#D54080

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

Shades of Deep Cerise #D54080

Tints of Deep Cerise #D54080

Color information

#D54080 (or 0xD54080) is unknown color: approx Deep Cerise. HEX triplet: D5, 40 and 80. RGB value is (213,64,128). Sum of RGB (Red+Green+Blue) = 213+64+128=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D54080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54080 is #2ABF7F. Grayscale: #737373. Windows color (decimal): -2801536 or 8405205. OLE color: 8405205.

HSL color Cylindrical-coordinate representation of color #D54080: hue angle of 334.23º 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 #D54080 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB21364128-
CMYK00.700.400.16
HSL334.23º63.95%54.31%-
HSV(B)334.23º69.95%83.53%-
XYZ33.1719.3722.41-
YUV115.85134.86197.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.59%
GREEN value IS 64 (25.39% from 255) = 15.80%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=52.59%
G=15.80%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136412800.700.400.16334.2363.9554.31
HexD54080046281014e4036
Octal3251002000106502051610066
Binary1101010110000001000000001000110101000100001010011101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54080; }

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

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

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

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

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

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

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

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