#D46467

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

Shades of Mandy #D46467

Tints of Mandy #D46467

Color information

#D46467 (or 0xD46467) is unknown color: approx Mandy. HEX triplet: D4, 64 and 67. RGB value is (212,100,103). Sum of RGB (Red+Green+Blue) = 212+100+103=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D46467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46467 is #2B9B98. Grayscale: #858585. Windows color (decimal): -2857881 or 6776020. OLE color: 6776020.

HSL color Cylindrical-coordinate representation of color #D46467: hue angle of 358.39º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46467 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB212100103-
CMYK00.530.510.17
HSL358.39º56.57%61.18%-
HSV(B)358.39º52.83%83.14%-
XYZ34.1624.0915.68-
YUV133.83110.61183.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.08%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 103 (40.62% from 255) = 24.82%
R=51.08%
G=24.10%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210010300.530.510.17358.3956.5761.18
HexD464670353311166393d
Octal32414414706563215467175
Binary1101010011001001100111011010111001110001101100110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46467; }

 p { color: rgb(212,100,103); }

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

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

 a { background-color: rgb(212,100,103); }

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

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

 span { border-color: rgb(212,100,103); }

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