#D64851

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

Shades of Mandy #D64851

Tints of Mandy #D64851

Color information

#D64851 (or 0xD64851) is unknown color: approx Mandy. HEX triplet: D6, 48 and 51. RGB value is (214,72,81). Sum of RGB (Red+Green+Blue) = 214+72+81=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D64851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64851 is #29B7AE. Grayscale: #737373. Windows color (decimal): -2733999 or 5327062. OLE color: 5327062.

HSL color Cylindrical-coordinate representation of color #D64851: hue angle of 356.2º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64851 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB2147281-
CMYK00.660.620.16
HSL356.2º63.39%56.08%-
HSV(B)356.2º66.36%83.92%-
XYZ31.5319.529.89-
YUV115.48108.54198.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.31%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 81 (32.03% from 255) = 22.07%
R=58.31%
G=19.62%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214728100.660.620.16356.263.3956.08
HexD648510423E101643f38
Octal326110121010276205447770
Binary11010110100100010100010100001011111010000101100100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64851; }

 p { color: rgb(214,72,81); }

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

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

 a { background-color: rgb(214,72,81); }

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

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

 span { border-color: rgb(214,72,81); }

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