#D2505F

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

Shades of Mandy #D2505F

Tints of Mandy #D2505F

Color information

#D2505F (or 0xD2505F) is unknown color: approx Mandy. HEX triplet: D2, 50 and 5F. RGB value is (210,80,95). Sum of RGB (Red+Green+Blue) = 210+80+95=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2505F is #2DAFA0. Grayscale: #787878. Windows color (decimal): -2994081 or 6246610. OLE color: 6246610.

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

Color convert

RGB2108095-
CMYK00.620.550.18
HSL353.08º59.09%56.86%-
HSV(B)353.08º61.9%82.35%-
XYZ31.5120.2713.08-
YUV120.58113.57191.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.55%
GREEN value IS 80 (31.64% from 255) = 20.78%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=54.55%
G=20.78%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210809500.620.550.18353.0859.0956.86
HexD2505F03E37121613b39
Octal32212013707667225417371
Binary1101001010100001011111011111011011110010101100001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2505F; }

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

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

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

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

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

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

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

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