Html Css Color HEX #D64D60 Mandy

📋 copy color: '#D64D60'

red 214 ◦ green 77 ◦ blue 96

#D64D60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #D64D60

Tints of Mandy #D64D60

RGB

 RED value IS 214 (83.98% from 255) = 55.3%

 GREEN value IS 77 (30.47% from 255) = 19.9%

 BLUE value IS 96 (37.89% from 255) = 24.81%

R = 55.3%
G = 19.9%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D64D60 (or 0xD64D60) is known color: Mandy. HEX triplet: D6, 4D and 60. RGB value is (214,77,96). Sum of RGB (Red+Green+Blue) = 214+77+96=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D60 is #29B29F. Grayscale: #787878. Windows color (decimal): -2732704 or 6311382. OLE color: 6311382.

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

Color convert

RGB 214 77 96 -
CMYK 0 0.64 0.55 0.16
HSL 351.68º 0.63% 0.57% -
HSV(B) 351.68º 0.64% 0.84% -
XYZ 32.5 20.45 13.3 -
YUV 120.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 214 77 96 0 0.64 0.55 0.16 351.68 0.63 0.57
Hex D6 4D 60 0 40 37 10 160 3F 39
Octal 326 115 140 0 100 67 20 540 77 71
Binary 11010110 1001101 1100000 0 1000000 110111 10000 101100000 111111 111001

Color Harmonies of #D64D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D60

Black with #D64D60

Text Example


Text Example

White with #D64D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D60; }

 p { color: rgb(214,77,96); }

 H1.HeaderClassName
 {
   color: #D64D60;
 }
 .AnyTagClassName
 {
   color: #D64D60;
 }
</style>

background-color css

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

 a { background-color: rgb(214,77,96); }

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

border-color css

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

 span { border-color: rgb(214,77,96); }

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