#D53892

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

Shades of Deep Cerise #D53892

Tints of Deep Cerise #D53892

Color information

#D53892 (or 0xD53892) is unknown color: approx Deep Cerise. HEX triplet: D5, 38 and 92. RGB value is (213,56,146). Sum of RGB (Red+Green+Blue) = 213+56+146=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D53892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53892 is #2AC76D. Grayscale: #717171. Windows color (decimal): -2803566 or 9582805. OLE color: 9582805.

HSL color Cylindrical-coordinate representation of color #D53892: hue angle of 325.61º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53892 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB21356146-
CMYK00.740.310.16
HSL325.61º65.15%52.75%-
HSV(B)325.61º73.71%83.53%-
XYZ34.0419.0529.08-
YUV113.2146.51199.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.33%
GREEN value IS 56 (22.27% from 255) = 13.49%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=51.33%
G=13.49%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135614600.740.310.16325.6165.1552.75
HexD5389204A1F101464135
Octal325702220112372050610165
Binary11010101111000100100100100101011111100001010001101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53892; }

 p { color: rgb(213,56,146); }

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

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

 a { background-color: rgb(213,56,146); }

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

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

 span { border-color: rgb(213,56,146); }

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