#D2435C

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

Shades of Mandy #D2435C

Tints of Mandy #D2435C

Color information

#D2435C (or 0xD2435C) is unknown color: approx Mandy. HEX triplet: D2, 43 and 5C. RGB value is (210,67,92). Sum of RGB (Red+Green+Blue) = 210+67+92=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2435C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2435C is #2DBCA3. Grayscale: #707070. Windows color (decimal): -2997412 or 6046674. OLE color: 6046674.

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

Color convert

RGB2106792-
CMYK00.680.560.18
HSL349.51º61.37%54.31%-
HSV(B)349.51º68.1%82.35%-
XYZ30.5218.4912.09-
YUV112.61116.38197.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.91%
GREEN value IS 67 (26.56% from 255) = 18.16%
BLUE value IS 92 (36.33% from 255) = 24.93%
R=56.91%
G=18.16%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210679200.680.560.18349.5161.3754.31
HexD2435C044381215e3d36
Octal322103134010470225367566
Binary11010010100001110111000100010011100010010101011110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2435C; }

 p { color: rgb(210,67,92); }

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

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

 a { background-color: rgb(210,67,92); }

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

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

 span { border-color: rgb(210,67,92); }

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