#D23094

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

Shades of Deep Cerise #D23094

Tints of Deep Cerise #D23094

Color information

#D23094 (or 0xD23094) is unknown color: approx Deep Cerise. HEX triplet: D2, 30 and 94. RGB value is (210,48,148). Sum of RGB (Red+Green+Blue) = 210+48+148=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D23094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23094 is #2DCF6B. Grayscale: #6B6B6B. Windows color (decimal): -3002220 or 9711826. OLE color: 9711826.

HSL color Cylindrical-coordinate representation of color #D23094: hue angle of 322.96º 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 #D23094 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB21048148-
CMYK00.770.300.18
HSL322.96º64.29%50.59%-
HSV(B)322.96º77.14%82.35%-
XYZ32.9817.9529.74-
YUV107.84150.67200.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.72%
GREEN value IS 48 (19.14% from 255) = 11.82%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=51.72%
G=11.82%
B=36.45%

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
Decimal2104814800.770.300.18322.9664.2950.59
HexD2309404D1E121434033
Octal322602240115362250310063
Binary11010010110000100101000100110111110100101010000111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23094; }

 p { color: rgb(210,48,148); }

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

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

 a { background-color: rgb(210,48,148); }

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

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

 span { border-color: rgb(210,48,148); }

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