#D64B55

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

Shades of Mandy #D64B55

Tints of Mandy #D64B55

Color information

#D64B55 (or 0xD64B55) is unknown color: approx Mandy. HEX triplet: D6, 4B and 55. RGB value is (214,75,85). Sum of RGB (Red+Green+Blue) = 214+75+85=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B55 is #29B4AA. Grayscale: #757575. Windows color (decimal): -2733227 or 5589974. OLE color: 5589974.

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

Color convert

RGB2147585-
CMYK00.650.600.16
HSL355.68º62.9%56.67%-
HSV(B)355.68º64.95%83.92%-
XYZ31.8919.9810.77-
YUV117.7109.55196.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.22%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=57.22%
G=20.05%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214758500.650.600.16355.6862.956.67
HexD64B550413C101643f39
Octal326113125010174205447771
Binary11010110100101110101010100000111110010000101100100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64B55; }

 p { color: rgb(214,75,85); }

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

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

 a { background-color: rgb(214,75,85); }

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

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

 span { border-color: rgb(214,75,85); }

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