#D52688

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

Shades of Deep Cerise #D52688

Tints of Deep Cerise #D52688

Color information

#D52688 (or 0xD52688) is unknown color: approx Deep Cerise. HEX triplet: D5, 26 and 88. RGB value is (213,38,136). Sum of RGB (Red+Green+Blue) = 213+38+136=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D52688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52688 is #2AD977. Grayscale: #656565. Windows color (decimal): -2808184 or 8922837. OLE color: 8922837.

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

Color convert

RGB21338136-
CMYK00.820.360.16
HSL326.4º69.72%49.22%-
HSV(B)326.4º82.16%83.53%-
XYZ32.5817.3124.92-
YUV101.5147.48207.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.04%
GREEN value IS 38 (15.23% from 255) = 9.82%
BLUE value IS 136 (53.52% from 255) = 35.14%
R=55.04%
G=9.82%
B=35.14%

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
Decimal2133813600.820.360.16326.469.7249.22
HexD5268805224101464631
Octal325462100122442050610661
Binary110101011001101000100001010010100100100001010001101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52688; }

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

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

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

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

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

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

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

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