#D52689

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

Shades of Deep Cerise #D52689

Tints of Deep Cerise #D52689

Color information

#D52689 (or 0xD52689) is unknown color: approx Deep Cerise. HEX triplet: D5, 26 and 89. RGB value is (213,38,137). Sum of RGB (Red+Green+Blue) = 213+38+137=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D52689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52689 is #2AD976. Grayscale: #656565. Windows color (decimal): -2808183 or 8988373. OLE color: 8988373.

HSL color Cylindrical-coordinate representation of color #D52689: hue angle of 326.06º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52689 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB21338137-
CMYK00.820.360.16
HSL326.06º69.72%49.22%-
HSV(B)326.06º82.16%83.53%-
XYZ32.6517.3425.29-
YUV101.61147.98207.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.90%
GREEN value IS 38 (15.23% from 255) = 9.79%
BLUE value IS 137 (53.91% from 255) = 35.31%
R=54.90%
G=9.79%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133813700.820.360.16326.0669.7249.22
HexD5268905224101464631
Octal325462110122442050610661
Binary110101011001101000100101010010100100100001010001101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52689; }

 p { color: rgb(213,38,137); }

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

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

 a { background-color: rgb(213,38,137); }

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

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

 span { border-color: rgb(213,38,137); }

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