Html Css Color HEX #D02F75 Deep Cerise

📋 copy color: '#D02F75'

red 208 ◦ green 47 ◦ blue 117

#D02F75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D02F75

Tints of Deep Cerise #D02F75

RGB

 RED value IS 208 (81.64% from 255) = 55.91%

 GREEN value IS 47 (18.75% from 255) = 12.63%

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 55.91%
G = 12.63%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D02F75 (or 0xD02F75) is known color: Deep Cerise. HEX triplet: D0, 2F and 75. RGB value is (208,47,117). Sum of RGB (Red+Green+Blue) = 208+47+117=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02F75 is #2FD08A. Grayscale: #676767. Windows color (decimal): -3133579 or 7679952. OLE color: 7679952.

HSL color Cylindrical-coordinate representation of color #D02F75: hue angle of 333.91º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D02F75 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 47 117 -
CMYK 0 0.77 0.44 0.18
HSL 333.91º 0.63% 0.5% -
HSV(B) 333.91º 0.77% 0.82% -
XYZ 30.24 16.73 18.46 -
YUV 103.12 135.84 202.81 -
System Red Green Blue C M Y K H S L
Decimal 208 47 117 0 0.77 0.44 0.18 333.91 0.63 0.5
Hex D0 2F 75 0 4D 2C 12 14E 3F 32
Octal 320 57 165 0 115 54 22 516 77 62
Binary 11010000 101111 1110101 0 1001101 101100 10010 101001110 111111 110010

Color Harmonies of #D02F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F75

Black with #D02F75

Text Example


Text Example

White with #D02F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F75; }

 p { color: rgb(208,47,117); }

 H1.HeaderClassName
 {
   color: #D02F75;
 }
 .AnyTagClassName
 {
   color: #D02F75;
 }
</style>

background-color css

<style>
 a { background-color: #D02F75; }

 a { background-color: rgb(208,47,117); }

 div.DivClassName
 {
   background-color: #D02F75;
 }
 .BgClassName
 {
   background-color: #D02F75;
 }
</style>

border-color css

<style>
 span { border-color: #D02F75; }

 span { border-color: rgb(208,47,117); }

 td.TdClassName
 {
   border-color: #D02F75;
 }
 .TagClassName
 {
   border-color: #D02F75;
 }
</style>