#D52292

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

Shades of Deep Cerise #D52292

Tints of Deep Cerise #D52292

Color information

#D52292 (or 0xD52292) is unknown color: approx Deep Cerise. HEX triplet: D5, 22 and 92. RGB value is (213,34,146). Sum of RGB (Red+Green+Blue) = 213+34+146=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D52292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52292 is #2ADD6D. Grayscale: #646464. Windows color (decimal): -2809198 or 9577173. OLE color: 9577173.

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

Color convert

RGB21334146-
CMYK00.840.310.16
HSL322.46º72.47%48.43%-
HSV(B)322.46º84.04%83.53%-
XYZ33.217.3728.8-
YUV100.29153.8208.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.20%
GREEN value IS 34 (13.67% from 255) = 8.65%
BLUE value IS 146 (57.42% from 255) = 37.15%
R=54.20%
G=8.65%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133414600.840.310.16322.4672.4748.43
HexD522920541F101424830
Octal325422220124372050211060
Binary11010101100010100100100101010011111100001010000101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52292; }

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

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

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

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

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

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

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

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