#D13581

Color #D13581 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D13581

Tints of Deep Cerise #D13581

Color information

#D13581 (or 0xD13581) is unknown color: approx Deep Cerise. HEX triplet: D1, 35 and 81. RGB value is (209,53,129). Sum of RGB (Red+Green+Blue) = 209+53+129=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D13581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13581 is #2ECA7E. Grayscale: #6C6C6C. Windows color (decimal): -3066495 or 8467921. OLE color: 8467921.

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

Color convert

RGB20953129-
CMYK00.750.380.18
HSL330.77º62.9%51.37%-
HSV(B)330.77º74.64%81.96%-
XYZ31.5317.6922.52-
YUV108.31139.68199.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.45%
GREEN value IS 53 (21.09% from 255) = 13.55%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=53.45%
G=13.55%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095312900.750.380.18330.7762.951.37
HexD1358104B261214b3f33
Octal32165201011346225137763
Binary11010001110101100000010100101110011010010101001011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13581; }

 p { color: rgb(209,53,129); }

 H1.HeaderClassName
 {
   color: #D13581;
 }
 .AnyTagClassName
 {
   color: #D13581;
 }
</style>
background-color css

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

 a { background-color: rgb(209,53,129); }

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

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

 span { border-color: rgb(209,53,129); }

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