#D2465F

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

Shades of Mandy #D2465F

Tints of Mandy #D2465F

Color information

#D2465F (or 0xD2465F) is unknown color: approx Mandy. HEX triplet: D2, 46 and 5F. RGB value is (210,70,95). Sum of RGB (Red+Green+Blue) = 210+70+95=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2465F is #2DB9A0. Grayscale: #727272. Windows color (decimal): -2996641 or 6244050. OLE color: 6244050.

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

Color convert

RGB2107095-
CMYK00.670.550.18
HSL349.29º60.87%54.9%-
HSV(B)349.29º66.67%82.35%-
XYZ30.8318.9112.85-
YUV114.71116.88195.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56%
GREEN value IS 70 (27.73% from 255) = 18.67%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=56%
G=18.67%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210709500.670.550.18349.2960.8754.9
HexD2465F043371215d3d37
Octal322106137010367225357567
Binary11010010100011010111110100001111011110010101011101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2465F; }

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

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

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

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

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

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

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

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