Html Css Color HEX #D13276 Deep Cerise

📋 copy color: '#D13276'

red 209 ◦ green 50 ◦ blue 118

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

Shades of Deep Cerise #D13276

Tints of Deep Cerise #D13276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.26%

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

R = 55.44%
G = 13.26%
B = 31.3%

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

#D13276 (or 0xD13276) is known color: Deep Cerise. HEX triplet: D1, 32 and 76. RGB value is (209,50,118). Sum of RGB (Red+Green+Blue) = 209+50+118=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D13276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13276 is #2ECD89. Grayscale: #696969. Windows color (decimal): -3067274 or 7746257. OLE color: 7746257.

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

Color convert

RGB 209 50 118 -
CMYK 0 0.76 0.44 0.18
HSL 334.34º 0.63% 0.51% -
HSV(B) 334.34º 0.76% 0.82% -
XYZ 30.71 17.14 18.83 -
YUV 105.29 135.18 201.97 -
System Red Green Blue C M Y K H S L
Decimal 209 50 118 0 0.76 0.44 0.18 334.34 0.63 0.51
Hex D1 32 76 0 4C 2C 12 14E 3F 33
Octal 321 62 166 0 114 54 22 516 77 63
Binary 11010001 110010 1110110 0 1001100 101100 10010 101001110 111111 110011

Color Harmonies of #D13276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13276

Black with #D13276

Text Example


Text Example

White with #D13276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13276; }

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

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

background-color css

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

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

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

border-color css

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

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

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