Html Css Color HEX #D64B60 Mandy

📋 copy color: '#D64B60'

red 214 ◦ green 75 ◦ blue 96

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

Shades of Mandy #D64B60

Tints of Mandy #D64B60

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.48%

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

R = 55.58%
G = 19.48%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D64B60 (or 0xD64B60) is known color: Mandy. HEX triplet: D6, 4B and 60. RGB value is (214,75,96). Sum of RGB (Red+Green+Blue) = 214+75+96=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B60 is #29B49F. Grayscale: #777777. Windows color (decimal): -2733216 or 6310870. OLE color: 6310870.

HSL color Cylindrical-coordinate representation of color #D64B60: hue angle of 350.94º 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 #D64B60 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 75 96 -
CMYK 0 0.65 0.55 0.16
HSL 350.94º 0.63% 0.57% -
HSV(B) 350.94º 0.65% 0.84% -
XYZ 32.36 20.17 13.25 -
YUV 118.96 115.05 195.79 -
System Red Green Blue C M Y K H S L
Decimal 214 75 96 0 0.65 0.55 0.16 350.94 0.63 0.57
Hex D6 4B 60 0 41 37 10 15F 3F 39
Octal 326 113 140 0 101 67 20 537 77 71
Binary 11010110 1001011 1100000 0 1000001 110111 10000 101011111 111111 111001

Color Harmonies of #D64B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B60

Black with #D64B60

Text Example


Text Example

White with #D64B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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