#D23B6E

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

Shades of Cerise #D23B6E

Tints of Cerise #D23B6E

Color information

#D23B6E (or 0xD23B6E) is unknown color: approx Cerise. HEX triplet: D2, 3B and 6E. RGB value is (210,59,110). Sum of RGB (Red+Green+Blue) = 210+59+110=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23B6E is #2DC491. Grayscale: #6D6D6D. Windows color (decimal): -2999442 or 7224274. OLE color: 7224274.

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

Color convert

RGB21059110-
CMYK00.720.480.18
HSL339.74º62.66%52.75%-
HSV(B)339.74º71.9%82.35%-
XYZ30.9617.9616.59-
YUV109.96128.03199.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 55.41%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=55.41%
G=15.57%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105911000.720.480.18339.7462.6652.75
HexD23B6E04830121543f35
Octal32273156011060225247765
Binary1101001011101111011100100100011000010010101010100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23B6E; }

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

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

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

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

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

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

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

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