Html Css Color HEX #D64859 Mandy

📋 copy color: '#D64859'

red 214 ◦ green 72 ◦ blue 89

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

Shades of Mandy #D64859

Tints of Mandy #D64859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.2%

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

R = 57.07%
G = 19.2%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D64859 (or 0xD64859) is known color: Mandy. HEX triplet: D6, 48 and 59. RGB value is (214,72,89). Sum of RGB (Red+Green+Blue) = 214+72+89=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D64859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64859 is #29B7A6. Grayscale: #747474. Windows color (decimal): -2733991 or 5851350. OLE color: 5851350.

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

Color convert

RGB 214 72 89 -
CMYK 0 0.66 0.58 0.16
HSL 352.82º 0.63% 0.56% -
HSV(B) 352.82º 0.66% 0.84% -
XYZ 31.85 19.65 11.57 -
YUV 116.4 112.54 197.62 -
System Red Green Blue C M Y K H S L
Decimal 214 72 89 0 0.66 0.58 0.16 352.82 0.63 0.56
Hex D6 48 59 0 42 3A 10 161 3F 38
Octal 326 110 131 0 102 72 20 541 77 70
Binary 11010110 1001000 1011001 0 1000010 111010 10000 101100001 111111 111000

Color Harmonies of #D64859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64859

Black with #D64859

Text Example


Text Example

White with #D64859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64859; }

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

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

background-color css

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

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

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

border-color css

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

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

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