#D23F5B

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

Shades of Cerise #D23F5B

Tints of Cerise #D23F5B

Color information

#D23F5B (or 0xD23F5B) is unknown color: approx Cerise. HEX triplet: D2, 3F and 5B. RGB value is (210,63,91). Sum of RGB (Red+Green+Blue) = 210+63+91=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23F5B is #2DC0A4. Grayscale: #6E6E6E. Windows color (decimal): -2998437 or 5980114. OLE color: 5980114.

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

Color convert

RGB2106391-
CMYK00.700.570.18
HSL348.57º62.03%53.53%-
HSV(B)348.57º70%82.35%-
XYZ30.2418.0111.78-
YUV110.14117.2199.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 57.69%
GREEN value IS 63 (25% from 255) = 17.31%
BLUE value IS 91 (35.94% from 255) = 25%
R=57.69%
G=17.31%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210639100.700.570.18348.5762.0353.53
HexD23F5B046391215d3e36
Octal32277133010671225357666
Binary1101001011111110110110100011011100110010101011101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23F5B; }

 p { color: rgb(210,63,91); }

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

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

 a { background-color: rgb(210,63,91); }

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

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

 span { border-color: rgb(210,63,91); }

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