#D23A78

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

Shades of Deep Cerise #D23A78

Tints of Deep Cerise #D23A78

Color information

#D23A78 (or 0xD23A78) is unknown color: approx Deep Cerise. HEX triplet: D2, 3A and 78. RGB value is (210,58,120). Sum of RGB (Red+Green+Blue) = 210+58+120=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A78 is #2DC587. Grayscale: #6E6E6E. Windows color (decimal): -2999688 or 7879378. OLE color: 7879378.

HSL color Cylindrical-coordinate representation of color #D23A78: hue angle of 335.53º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23A78 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB21058120-
CMYK00.720.430.18
HSL335.53º62.81%52.55%-
HSV(B)335.53º72.38%82.35%-
XYZ31.4818.0819.6-
YUV110.52133.36198.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.12%
GREEN value IS 58 (23.05% from 255) = 14.95%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=54.12%
G=14.95%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105812000.720.430.18335.5362.8152.55
HexD23A780482B121503f35
Octal32272170011053225207765
Binary1101001011101011110000100100010101110010101010000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23A78; }

 p { color: rgb(210,58,120); }

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

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

 a { background-color: rgb(210,58,120); }

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

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

 span { border-color: rgb(210,58,120); }

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