#D64153

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

Shades of Mandy #D64153

Tints of Mandy #D64153

Color information

#D64153 (or 0xD64153) is unknown color: approx Mandy. HEX triplet: D6, 41 and 53. RGB value is (214,65,83). Sum of RGB (Red+Green+Blue) = 214+65+83=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D64153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64153 is #29BEAC. Grayscale: #6F6F6F. Windows color (decimal): -2735789 or 5456342. OLE color: 5456342.

HSL color Cylindrical-coordinate representation of color #D64153: hue angle of 352.75º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64153 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB2146583-
CMYK00.700.610.16
HSL352.75º64.5%54.71%-
HSV(B)352.75º69.63%83.92%-
XYZ31.1818.710.15-
YUV111.6111.86201.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.12%
GREEN value IS 65 (25.78% from 255) = 17.96%
BLUE value IS 83 (32.81% from 255) = 22.93%
R=59.12%
G=17.96%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214658300.700.610.16352.7564.554.71
HexD641530463D101614137
Octal3261011230106752054110167
Binary110101101000001101001101000110111101100001011000011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64153; }

 p { color: rgb(214,65,83); }

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

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

 a { background-color: rgb(214,65,83); }

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

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

 span { border-color: rgb(214,65,83); }

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