Html Css Color HEX #D13976 Deep Cerise

📋 copy color: '#D13976'

red 209 ◦ green 57 ◦ blue 118

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

Shades of Deep Cerise #D13976

Tints of Deep Cerise #D13976

RGB

 RED value IS 209 (82.03% from 255) = 54.43%

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

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

R = 54.43%
G = 14.84%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D13976 (or 0xD13976) is known color: Deep Cerise. HEX triplet: D1, 39 and 76. RGB value is (209,57,118). Sum of RGB (Red+Green+Blue) = 209+57+118=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D13976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13976 is #2EC689. Grayscale: #6D6D6D. Windows color (decimal): -3065482 or 7748049. OLE color: 7748049.

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

Color convert

RGB 209 57 118 -
CMYK 0 0.73 0.44 0.18
HSL 335.92º 0.62% 0.52% -
HSV(B) 335.92º 0.73% 0.82% -
XYZ 31.03 17.79 18.94 -
YUV 109.4 132.86 199.04 -
System Red Green Blue C M Y K H S L
Decimal 209 57 118 0 0.73 0.44 0.18 335.92 0.62 0.52
Hex D1 39 76 0 49 2C 12 150 3E 34
Octal 321 71 166 0 111 54 22 520 76 64
Binary 11010001 111001 1110110 0 1001001 101100 10010 101010000 111110 110100

Color Harmonies of #D13976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13976

Black with #D13976

Text Example


Text Example

White with #D13976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13976; }

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

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

background-color css

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

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

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

border-color css

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

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

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