#d23c9b

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

Shades of Deep Cerise #D23C9B

Tints of Deep Cerise #D23C9B

Color information

#D23C9B (or 0xD23C9B) is unknown color: approx Deep Cerise. HEX triplet: D2, 3C and 9B. RGB value is (210,60,155). Sum of RGB (Red+Green+Blue) = 210+60+155=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23C9B is #2DC364. Grayscale: #737373. Windows color (decimal): -2999141 or 10173650. OLE color: 10173650.

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

Color convert

RGB21060155-
CMYK00.710.260.18
HSL322º62.5%52.94%-
HSV(B)322º71.43%82.35%-
XYZ34.1119.332.94-
YUV115.68150.2195.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.41%
GREEN value IS 60 (23.83% from 255) = 14.12%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=49.41%
G=14.12%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106015500.710.260.1832262.552.94
HexD23C9B0471A121423e35
Octal32274233010732225027665
Binary1101001011110010011011010001111101010010101000010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d23c9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d23c9b; }

 p { color: rgb(210,60,155); }

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

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

 a { background-color: rgb(210,60,155); }

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

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

 span { border-color: rgb(210,60,155); }

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