Html Css Color HEX #D03C76 Deep Cerise

📋 copy color: '#D03C76'

red 208 ◦ green 60 ◦ blue 118

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

Shades of Deep Cerise #D03C76

Tints of Deep Cerise #D03C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.54%

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

R = 53.89%
G = 15.54%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D03C76 (or 0xD03C76) is known color: Deep Cerise. HEX triplet: D0, 3C and 76. RGB value is (208,60,118). Sum of RGB (Red+Green+Blue) = 208+60+118=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03C76 is #2FC389. Grayscale: #6E6E6E. Windows color (decimal): -3130250 or 7748816. OLE color: 7748816.

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

Color convert

RGB 208 60 118 -
CMYK 0 0.71 0.43 0.18
HSL 336.49º 0.61% 0.53% -
HSV(B) 336.49º 0.71% 0.82% -
XYZ 30.9 17.95 18.98 -
YUV 110.86 132.03 197.28 -
System Red Green Blue C M Y K H S L
Decimal 208 60 118 0 0.71 0.43 0.18 336.49 0.61 0.53
Hex D0 3C 76 0 47 2B 12 150 3D 35
Octal 320 74 166 0 107 53 22 520 75 65
Binary 11010000 111100 1110110 0 1000111 101011 10010 101010000 111101 110101

Color Harmonies of #D03C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03C76

Black with #D03C76

Text Example


Text Example

White with #D03C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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