#D23A94

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

Shades of Deep Cerise #D23A94

Tints of Deep Cerise #D23A94

Color information

#D23A94 (or 0xD23A94) is unknown color: approx Deep Cerise. HEX triplet: D2, 3A and 94. RGB value is (210,58,148). Sum of RGB (Red+Green+Blue) = 210+58+148=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23A94 is #2DC56B. Grayscale: #717171. Windows color (decimal): -2999660 or 9714386. OLE color: 9714386.

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

Color convert

RGB21058148-
CMYK00.720.300.18
HSL324.47º62.81%52.55%-
HSV(B)324.47º72.38%82.35%-
XYZ33.4418.8729.9-
YUV113.71147.36196.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.48%
GREEN value IS 58 (23.05% from 255) = 13.94%
BLUE value IS 148 (58.20% from 255) = 35.58%
R=50.48%
G=13.94%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105814800.720.300.18324.4762.8152.55
HexD23A940481E121443f35
Octal32272224011036225047765
Binary1101001011101010010100010010001111010010101000100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23A94; }

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

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

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

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

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

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

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

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