Html Css Color HEX #D13376 Deep Cerise

📋 copy color: '#D13376'

red 209 ◦ green 51 ◦ blue 118

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

Shades of Deep Cerise #D13376

Tints of Deep Cerise #D13376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.49%

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

R = 55.29%
G = 13.49%
B = 31.22%

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

#D13376 (or 0xD13376) is known color: Deep Cerise. HEX triplet: D1, 33 and 76. RGB value is (209,51,118). Sum of RGB (Red+Green+Blue) = 209+51+118=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D13376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13376 is #2ECC89. Grayscale: #696969. Windows color (decimal): -3067018 or 7746513. OLE color: 7746513.

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

Color convert

RGB 209 51 118 -
CMYK 0 0.76 0.44 0.18
HSL 334.56º 0.63% 0.51% -
HSV(B) 334.56º 0.76% 0.82% -
XYZ 30.75 17.23 18.84 -
YUV 105.88 134.85 201.55 -
System Red Green Blue C M Y K H S L
Decimal 209 51 118 0 0.76 0.44 0.18 334.56 0.63 0.51
Hex D1 33 76 0 4C 2C 12 14F 3F 33
Octal 321 63 166 0 114 54 22 517 77 63
Binary 11010001 110011 1110110 0 1001100 101100 10010 101001111 111111 110011

Color Harmonies of #D13376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13376

Black with #D13376

Text Example


Text Example

White with #D13376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13376; }

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

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

background-color css

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

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

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

border-color css

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

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

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