Html Css Color HEX #D64B57 Mandy

📋 copy color: '#D64B57'

red 214 ◦ green 75 ◦ blue 87

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

Shades of Mandy #D64B57

Tints of Mandy #D64B57

RGB

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

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

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

R = 56.91%
G = 19.95%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D64B57 (or 0xD64B57) is known color: Mandy. HEX triplet: D6, 4B and 57. RGB value is (214,75,87). Sum of RGB (Red+Green+Blue) = 214+75+87=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B57 is #29B4A8. Grayscale: #767676. Windows color (decimal): -2733225 or 5721046. OLE color: 5721046.

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

Color convert

RGB 214 75 87 -
CMYK 0 0.65 0.59 0.16
HSL 354.82º 0.63% 0.57% -
HSV(B) 354.82º 0.65% 0.84% -
XYZ 31.97 20.02 11.2 -
YUV 117.93 110.55 196.52 -
System Red Green Blue C M Y K H S L
Decimal 214 75 87 0 0.65 0.59 0.16 354.82 0.63 0.57
Hex D6 4B 57 0 41 3B 10 163 3F 39
Octal 326 113 127 0 101 73 20 543 77 71
Binary 11010110 1001011 1010111 0 1000001 111011 10000 101100011 111111 111001

Color Harmonies of #D64B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B57

Black with #D64B57

Text Example


Text Example

White with #D64B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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