Html Css Color HEX #D03575 Deep Cerise

📋 copy color: '#D03575'

red 208 ◦ green 53 ◦ blue 117

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

Shades of Deep Cerise #D03575

Tints of Deep Cerise #D03575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.02%

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

R = 55.03%
G = 14.02%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D03575 (or 0xD03575) is known color: Deep Cerise. HEX triplet: D0, 35 and 75. RGB value is (208,53,117). Sum of RGB (Red+Green+Blue) = 208+53+117=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D03575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03575 is #2FCA8A. Grayscale: #6A6A6A. Windows color (decimal): -3132043 or 7681488. OLE color: 7681488.

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

Color convert

RGB 208 53 117 -
CMYK 0 0.75 0.44 0.18
HSL 335.23º 0.62% 0.51% -
HSV(B) 335.23º 0.75% 0.82% -
XYZ 30.5 17.24 18.55 -
YUV 106.64 133.85 200.3 -
System Red Green Blue C M Y K H S L
Decimal 208 53 117 0 0.75 0.44 0.18 335.23 0.62 0.51
Hex D0 35 75 0 4B 2C 12 14F 3E 33
Octal 320 65 165 0 113 54 22 517 76 63
Binary 11010000 110101 1110101 0 1001011 101100 10010 101001111 111110 110011

Color Harmonies of #D03575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03575

Black with #D03575

Text Example


Text Example

White with #D03575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03575; }

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

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

background-color css

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

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

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

border-color css

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

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

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