Html Css Color HEX #D03976 Deep Cerise

📋 copy color: '#D03976'

red 208 ◦ green 57 ◦ blue 118

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

Shades of Deep Cerise #D03976

Tints of Deep Cerise #D03976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.88%

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

R = 54.31%
G = 14.88%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D03976 (or 0xD03976) is known color: Deep Cerise. HEX triplet: D0, 39 and 76. RGB value is (208,57,118). Sum of RGB (Red+Green+Blue) = 208+57+118=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D03976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03976 is #2FC689. Grayscale: #6D6D6D. Windows color (decimal): -3131018 or 7748048. OLE color: 7748048.

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

Color convert

RGB 208 57 118 -
CMYK 0 0.73 0.43 0.18
HSL 335.76º 0.62% 0.52% -
HSV(B) 335.76º 0.73% 0.82% -
XYZ 30.75 17.64 18.92 -
YUV 109.1 133.03 198.54 -
System Red Green Blue C M Y K H S L
Decimal 208 57 118 0 0.73 0.43 0.18 335.76 0.62 0.52
Hex D0 39 76 0 49 2B 12 150 3E 34
Octal 320 71 166 0 111 53 22 520 76 64
Binary 11010000 111001 1110110 0 1001001 101011 10010 101010000 111110 110100

Color Harmonies of #D03976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03976

Black with #D03976

Text Example


Text Example

White with #D03976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03976; }

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

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

background-color css

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

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

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

border-color css

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

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

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