#D54084

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

Shades of Deep Cerise #D54084

Tints of Deep Cerise #D54084

Color information

#D54084 (or 0xD54084) is unknown color: approx Deep Cerise. HEX triplet: D5, 40 and 84. RGB value is (213,64,132). Sum of RGB (Red+Green+Blue) = 213+64+132=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D54084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54084 is #2ABF7B. Grayscale: #747474. Windows color (decimal): -2801532 or 8667349. OLE color: 8667349.

HSL color Cylindrical-coordinate representation of color #D54084: hue angle of 332.62º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54084 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB21364132-
CMYK00.700.380.16
HSL332.62º63.95%54.31%-
HSV(B)332.62º69.95%83.53%-
XYZ33.4419.4823.83-
YUV116.3136.86196.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.08%
GREEN value IS 64 (25.39% from 255) = 15.65%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=52.08%
G=15.65%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136413200.700.380.16332.6263.9554.31
HexD54084046261014d4036
Octal3251002040106462051510066
Binary1101010110000001000010001000110100110100001010011011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54084; }

 p { color: rgb(213,64,132); }

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

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

 a { background-color: rgb(213,64,132); }

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

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

 span { border-color: rgb(213,64,132); }

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