#D22593

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

Shades of Deep Cerise #D22593

Tints of Deep Cerise #D22593

Color information

#D22593 (or 0xD22593) is unknown color: approx Deep Cerise. HEX triplet: D2, 25 and 93. RGB value is (210,37,147). Sum of RGB (Red+Green+Blue) = 210+37+147=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D22593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22593 is #2DDA6C. Grayscale: #656565. Windows color (decimal): -3005037 or 9643474. OLE color: 9643474.

HSL color Cylindrical-coordinate representation of color #D22593: hue angle of 321.85º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D22593 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB21037147-
CMYK00.820.300.18
HSL321.85º70.04%48.43%-
HSV(B)321.85º82.38%82.35%-
XYZ32.5117.1329.2-
YUV101.27153.81205.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.30%
GREEN value IS 37 (14.84% from 255) = 9.39%
BLUE value IS 147 (57.81% from 255) = 37.31%
R=53.30%
G=9.39%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103714700.820.300.18321.8570.0448.43
HexD225930521E121424630
Octal322452230122362250210660
Binary11010010100101100100110101001011110100101010000101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22593; }

 p { color: rgb(210,37,147); }

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

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

 a { background-color: rgb(210,37,147); }

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

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

 span { border-color: rgb(210,37,147); }

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