#D23192

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

Shades of Deep Cerise #D23192

Tints of Deep Cerise #D23192

Color information

#D23192 (or 0xD23192) is unknown color: approx Deep Cerise. HEX triplet: D2, 31 and 92. RGB value is (210,49,146). Sum of RGB (Red+Green+Blue) = 210+49+146=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D23192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23192 is #2DCE6D. Grayscale: #6B6B6B. Windows color (decimal): -3001966 or 9581010. OLE color: 9581010.

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

Color convert

RGB21049146-
CMYK00.770.300.18
HSL323.85º64.14%50.78%-
HSV(B)323.85º76.67%82.35%-
XYZ32.8617.9728.93-
YUV108.2149.34200.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.85%
GREEN value IS 49 (19.53% from 255) = 12.10%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=51.85%
G=12.10%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104914600.770.300.18323.8564.1450.78
HexD2319204D1E121444033
Octal322612220115362250410063
Binary11010010110001100100100100110111110100101010001001000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23192; }

 p { color: rgb(210,49,146); }

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

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

 a { background-color: rgb(210,49,146); }

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

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

 span { border-color: rgb(210,49,146); }

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