Html Css Color HEX #D03B76 Deep Cerise

📋 copy color: '#D03B76'

red 208 ◦ green 59 ◦ blue 118

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

Shades of Deep Cerise #D03B76

Tints of Deep Cerise #D03B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.32%

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 54.03%
G = 15.32%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D03B76 (or 0xD03B76) is known color: Deep Cerise. HEX triplet: D0, 3B and 76. RGB value is (208,59,118). Sum of RGB (Red+Green+Blue) = 208+59+118=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03B76 is #2FC489. Grayscale: #6E6E6E. Windows color (decimal): -3130506 or 7748560. OLE color: 7748560.

HSL color Cylindrical-coordinate representation of color #D03B76: hue angle of 336.24º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03B76 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 59 118 -
CMYK 0 0.72 0.43 0.18
HSL 336.24º 0.61% 0.52% -
HSV(B) 336.24º 0.72% 0.82% -
XYZ 30.85 17.85 18.96 -
YUV 110.28 132.36 197.7 -
System Red Green Blue C M Y K H S L
Decimal 208 59 118 0 0.72 0.43 0.18 336.24 0.61 0.52
Hex D0 3B 76 0 48 2B 12 150 3D 34
Octal 320 73 166 0 110 53 22 520 75 64
Binary 11010000 111011 1110110 0 1001000 101011 10010 101010000 111101 110100

Color Harmonies of #D03B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03B76

Black with #D03B76

Text Example


Text Example

White with #D03B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03B76; }

 p { color: rgb(208,59,118); }

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

background-color css

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

 a { background-color: rgb(208,59,118); }

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

border-color css

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

 span { border-color: rgb(208,59,118); }

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