#D52890

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

Shades of Deep Cerise #D52890

Tints of Deep Cerise #D52890

Color information

#D52890 (or 0xD52890) is unknown color: approx Deep Cerise. HEX triplet: D5, 28 and 90. RGB value is (213,40,144). Sum of RGB (Red+Green+Blue) = 213+40+144=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D52890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52890 is #2AD76F. Grayscale: #676767. Windows color (decimal): -2807664 or 9447637. OLE color: 9447637.

HSL color Cylindrical-coordinate representation of color #D52890: hue angle of 323.93º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52890 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB21340144-
CMYK00.810.320.16
HSL323.93º68.38%49.61%-
HSV(B)323.93º81.22%83.53%-
XYZ33.2317.6828.05-
YUV103.58150.81206.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.65%
GREEN value IS 40 (16.02% from 255) = 10.08%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=53.65%
G=10.08%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134014400.810.320.16323.9368.3849.61
HexD5289005120101444432
Octal325502200121402050410462
Binary110101011010001001000001010001100000100001010001001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52890; }

 p { color: rgb(213,40,144); }

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

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

 a { background-color: rgb(213,40,144); }

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

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

 span { border-color: rgb(213,40,144); }

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