#D23F5A

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

Shades of Mandy #D23F5A

Tints of Mandy #D23F5A

Color information

#D23F5A (or 0xD23F5A) is unknown color: approx Mandy. HEX triplet: D2, 3F and 5A. RGB value is (210,63,90). Sum of RGB (Red+Green+Blue) = 210+63+90=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23F5A is #2DC0A5. Grayscale: #6E6E6E. Windows color (decimal): -2998438 or 5914578. OLE color: 5914578.

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

Color convert

RGB2106390-
CMYK00.700.570.18
HSL348.98º62.03%53.53%-
HSV(B)348.98º70%82.35%-
XYZ30.217.9911.55-
YUV110.03116.7199.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 57.85%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 90 (35.55% from 255) = 24.79%
R=57.85%
G=17.36%
B=24.79%

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
Decimal210639000.700.570.18348.9862.0353.53
HexD23F5A046391215d3e36
Octal32277132010671225357666
Binary1101001011111110110100100011011100110010101011101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23F5A; }

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

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

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

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

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

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

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

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