#d13e84

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

Shades of Deep Cerise #D13E84

Tints of Deep Cerise #D13E84

Color information

#D13E84 (or 0xD13E84) is unknown color: approx Deep Cerise. HEX triplet: D1, 3E and 84. RGB value is (209,62,132). Sum of RGB (Red+Green+Blue) = 209+62+132=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13E84 is #2EC17B. Grayscale: #717171. Windows color (decimal): -3064188 or 8666833. OLE color: 8666833.

HSL color Cylindrical-coordinate representation of color #D13E84: hue angle of 331.43º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13E84 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB20962132-
CMYK00.700.370.18
HSL331.43º61.51%53.14%-
HSV(B)331.43º70.33%81.96%-
XYZ32.1818.6723.74-
YUV113.93138.2195.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.86%
GREEN value IS 62 (24.61% from 255) = 15.38%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=51.86%
G=15.38%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096213200.700.370.18331.4361.5153.14
HexD13E84046251214b3e35
Octal32176204010645225137665
Binary11010001111110100001000100011010010110010101001011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13e84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13e84; }

 p { color: rgb(209,62,132); }

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

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

 a { background-color: rgb(209,62,132); }

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

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

 span { border-color: rgb(209,62,132); }

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