#D23E50

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

Shades of Mandy #D23E50

Tints of Mandy #D23E50

Color information

#D23E50 (or 0xD23E50) is unknown color: approx Mandy. HEX triplet: D2, 3E and 50. RGB value is (210,62,80). Sum of RGB (Red+Green+Blue) = 210+62+80=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23E50 is #2DC1AF. Grayscale: #6C6C6C. Windows color (decimal): -2998704 or 5258962. OLE color: 5258962.

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

Color convert

RGB2106280-
CMYK00.700.620.18
HSL352.7º62.18%53.33%-
HSV(B)352.7º70.48%82.35%-
XYZ29.7517.739.44-
YUV108.3112.03200.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.66%
GREEN value IS 62 (24.61% from 255) = 17.61%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=59.66%
G=17.61%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210628000.700.620.18352.762.1853.33
HexD23E500463E121613e35
Octal32276120010676225417665
Binary1101001011111010100000100011011111010010101100001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23E50; }

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

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

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

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

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

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

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

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