Html Css Color HEX #D64857 Mandy

📋 copy color: '#D64857'

red 214 ◦ green 72 ◦ blue 87

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

Shades of Mandy #D64857

Tints of Mandy #D64857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.32%

R = 57.37%
G = 19.3%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D64857 (or 0xD64857) is known color: Mandy. HEX triplet: D6, 48 and 57. RGB value is (214,72,87). Sum of RGB (Red+Green+Blue) = 214+72+87=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D64857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64857 is #29B7A8. Grayscale: #747474. Windows color (decimal): -2733993 or 5720278. OLE color: 5720278.

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

Color convert

RGB 214 72 87 -
CMYK 0 0.66 0.59 0.16
HSL 353.66º 0.63% 0.56% -
HSV(B) 353.66º 0.66% 0.84% -
XYZ 31.77 19.62 11.13 -
YUV 116.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 214 72 87 0 0.66 0.59 0.16 353.66 0.63 0.56
Hex D6 48 57 0 42 3B 10 162 3F 38
Octal 326 110 127 0 102 73 20 542 77 70
Binary 11010110 1001000 1010111 0 1000010 111011 10000 101100010 111111 111000

Color Harmonies of #D64857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64857

Black with #D64857

Text Example


Text Example

White with #D64857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64857; }

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

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

background-color css

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

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

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

border-color css

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

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

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