Html Css Color HEX #D03375 Deep Cerise

📋 copy color: '#D03375'

red 208 ◦ green 51 ◦ blue 117

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

Shades of Deep Cerise #D03375

Tints of Deep Cerise #D03375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.56%

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

R = 55.32%
G = 13.56%
B = 31.12%

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

#D03375 (or 0xD03375) is known color: Deep Cerise. HEX triplet: D0, 33 and 75. RGB value is (208,51,117). Sum of RGB (Red+Green+Blue) = 208+51+117=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D03375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03375 is #2FCC8A. Grayscale: #696969. Windows color (decimal): -3132555 or 7680976. OLE color: 7680976.

HSL color Cylindrical-coordinate representation of color #D03375: hue angle of 334.78º degrees, saturation: 0.63, 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 #D03375 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 51 117 -
CMYK 0 0.75 0.44 0.18
HSL 334.78º 0.63% 0.51% -
HSV(B) 334.78º 0.75% 0.82% -
XYZ 30.41 17.06 18.52 -
YUV 105.47 134.51 201.13 -
System Red Green Blue C M Y K H S L
Decimal 208 51 117 0 0.75 0.44 0.18 334.78 0.63 0.51
Hex D0 33 75 0 4B 2C 12 14F 3F 33
Octal 320 63 165 0 113 54 22 517 77 63
Binary 11010000 110011 1110101 0 1001011 101100 10010 101001111 111111 110011

Color Harmonies of #D03375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03375

Black with #D03375

Text Example


Text Example

White with #D03375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03375; }

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

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

background-color css

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

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

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

border-color css

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

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

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