Html Css Color HEX #D03675 Deep Cerise

📋 copy color: '#D03675'

red 208 ◦ green 54 ◦ blue 117

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

Shades of Deep Cerise #D03675

Tints of Deep Cerise #D03675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.25%

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

R = 54.88%
G = 14.25%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D03675 (or 0xD03675) is known color: Deep Cerise. HEX triplet: D0, 36 and 75. RGB value is (208,54,117). Sum of RGB (Red+Green+Blue) = 208+54+117=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D03675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03675 is #2FC98A. Grayscale: #6B6B6B. Windows color (decimal): -3131787 or 7681744. OLE color: 7681744.

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

Color convert

RGB 208 54 117 -
CMYK 0 0.74 0.44 0.18
HSL 335.45º 0.62% 0.51% -
HSV(B) 335.45º 0.74% 0.82% -
XYZ 30.54 17.33 18.57 -
YUV 107.23 133.52 199.88 -
System Red Green Blue C M Y K H S L
Decimal 208 54 117 0 0.74 0.44 0.18 335.45 0.62 0.51
Hex D0 36 75 0 4A 2C 12 14F 3E 33
Octal 320 66 165 0 112 54 22 517 76 63
Binary 11010000 110110 1110101 0 1001010 101100 10010 101001111 111110 110011

Color Harmonies of #D03675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03675

Black with #D03675

Text Example


Text Example

White with #D03675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03675; }

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

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

background-color css

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

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

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

border-color css

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

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

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