#D52293

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

Shades of Deep Cerise #D52293

Tints of Deep Cerise #D52293

Color information

#D52293 (or 0xD52293) is unknown color: approx Deep Cerise. HEX triplet: D5, 22 and 93. RGB value is (213,34,147). Sum of RGB (Red+Green+Blue) = 213+34+147=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D52293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52293 is #2ADD6C. Grayscale: #646464. Windows color (decimal): -2809197 or 9642709. OLE color: 9642709.

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

Color convert

RGB21334147-
CMYK00.840.310.16
HSL322.12º72.47%48.43%-
HSV(B)322.12º84.04%83.53%-
XYZ33.2817.429.21-
YUV100.4154.3208.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.06%
GREEN value IS 34 (13.67% from 255) = 8.63%
BLUE value IS 147 (57.81% from 255) = 37.31%
R=54.06%
G=8.63%
B=37.31%

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
Decimal2133414700.840.310.16322.1272.4748.43
HexD522930541F101424830
Octal325422230124372050211060
Binary11010101100010100100110101010011111100001010000101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52293; }

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

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

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

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

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

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

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

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