Html Css Color HEX #D03175 Deep Cerise

📋 copy color: '#D03175'

red 208 ◦ green 49 ◦ blue 117

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

Shades of Deep Cerise #D03175

Tints of Deep Cerise #D03175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.1%

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

R = 55.61%
G = 13.1%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D03175 (or 0xD03175) is known color: Deep Cerise. HEX triplet: D0, 31 and 75. RGB value is (208,49,117). Sum of RGB (Red+Green+Blue) = 208+49+117=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D03175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03175 is #2FCE8A. Grayscale: #686868. Windows color (decimal): -3133067 or 7680464. OLE color: 7680464.

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

Color convert

RGB 208 49 117 -
CMYK 0 0.76 0.44 0.18
HSL 334.34º 0.63% 0.5% -
HSV(B) 334.34º 0.76% 0.82% -
XYZ 30.32 16.89 18.49 -
YUV 104.29 135.18 201.97 -
System Red Green Blue C M Y K H S L
Decimal 208 49 117 0 0.76 0.44 0.18 334.34 0.63 0.5
Hex D0 31 75 0 4C 2C 12 14E 3F 32
Octal 320 61 165 0 114 54 22 516 77 62
Binary 11010000 110001 1110101 0 1001100 101100 10010 101001110 111111 110010

Color Harmonies of #D03175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03175

Black with #D03175

Text Example


Text Example

White with #D03175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03175; }

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

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

background-color css

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

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

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

border-color css

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

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

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