#D23E6E

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

Shades of Cerise #D23E6E

Tints of Cerise #D23E6E

Color information

#D23E6E (or 0xD23E6E) is unknown color: approx Cerise. HEX triplet: D2, 3E and 6E. RGB value is (210,62,110). Sum of RGB (Red+Green+Blue) = 210+62+110=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23E6E is #2DC191. Grayscale: #6F6F6F. Windows color (decimal): -2998674 or 7225042. OLE color: 7225042.

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

Color convert

RGB21062110-
CMYK00.700.480.18
HSL340.54º62.18%53.33%-
HSV(B)340.54º70.48%82.35%-
XYZ31.1218.2716.64-
YUV111.72127.03198.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.97%
GREEN value IS 62 (24.61% from 255) = 16.23%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=54.97%
G=16.23%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106211000.700.480.18340.5462.1853.33
HexD23E6E04630121553e35
Octal32276156010660225257665
Binary1101001011111011011100100011011000010010101010101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23E6E; }

 p { color: rgb(210,62,110); }

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

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

 a { background-color: rgb(210,62,110); }

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

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

 span { border-color: rgb(210,62,110); }

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