#D23C5D

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

Shades of Cerise #D23C5D

Tints of Cerise #D23C5D

Color information

#D23C5D (or 0xD23C5D) is unknown color: approx Cerise. HEX triplet: D2, 3C and 5D. RGB value is (210,60,93). Sum of RGB (Red+Green+Blue) = 210+60+93=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23C5D is #2DC3A2. Grayscale: #6C6C6C. Windows color (decimal): -2999203 or 6110418. OLE color: 6110418.

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

Color convert

RGB2106093-
CMYK00.710.560.18
HSL346.8º62.5%52.94%-
HSV(B)346.8º71.43%82.35%-
XYZ30.1717.7212.19-
YUV108.61119.2200.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 57.85%
GREEN value IS 60 (23.83% from 255) = 16.53%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=57.85%
G=16.53%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210609300.710.560.18346.862.552.94
HexD23C5D047381215b3e35
Octal32274135010770225337665
Binary1101001011110010111010100011111100010010101011011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23C5D; }

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

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

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

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

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

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

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

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