Html Css Color HEX #D64B59 Mandy

📋 copy color: '#D64B59'

red 214 ◦ green 75 ◦ blue 89

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

Shades of Mandy #D64B59

Tints of Mandy #D64B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.54%

R = 56.61%
G = 19.84%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D64B59 (or 0xD64B59) is known color: Mandy. HEX triplet: D6, 4B and 59. RGB value is (214,75,89). Sum of RGB (Red+Green+Blue) = 214+75+89=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B59 is #29B4A6. Grayscale: #767676. Windows color (decimal): -2733223 or 5852118. OLE color: 5852118.

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

Color convert

RGB 214 75 89 -
CMYK 0 0.65 0.58 0.16
HSL 353.96º 0.63% 0.57% -
HSV(B) 353.96º 0.65% 0.84% -
XYZ 32.05 20.05 11.63 -
YUV 118.16 111.55 196.36 -
System Red Green Blue C M Y K H S L
Decimal 214 75 89 0 0.65 0.58 0.16 353.96 0.63 0.57
Hex D6 4B 59 0 41 3A 10 162 3F 39
Octal 326 113 131 0 101 72 20 542 77 71
Binary 11010110 1001011 1011001 0 1000001 111010 10000 101100010 111111 111001

Color Harmonies of #D64B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B59

Black with #D64B59

Text Example


Text Example

White with #D64B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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