Html Css Color HEX #D64951 Mandy

📋 copy color: '#D64951'

red 214 ◦ green 73 ◦ blue 81

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

Shades of Mandy #D64951

Tints of Mandy #D64951

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.84%

 BLUE value IS 81 (32.03% from 255) = 22.01%

R = 58.15%
G = 19.84%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D64951 (or 0xD64951) is known color: Mandy. HEX triplet: D6, 49 and 51. RGB value is (214,73,81). Sum of RGB (Red+Green+Blue) = 214+73+81=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D64951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64951 is #29B6AE. Grayscale: #747474. Windows color (decimal): -2733743 or 5327318. OLE color: 5327318.

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

Color convert

RGB 214 73 81 -
CMYK 0 0.66 0.62 0.16
HSL 356.6º 0.63% 0.56% -
HSV(B) 356.6º 0.66% 0.84% -
XYZ 31.6 19.66 9.91 -
YUV 116.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 214 73 81 0 0.66 0.62 0.16 356.6 0.63 0.56
Hex D6 49 51 0 42 3E 10 165 3F 38
Octal 326 111 121 0 102 76 20 545 77 70
Binary 11010110 1001001 1010001 0 1000010 111110 10000 101100101 111111 111000

Color Harmonies of #D64951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64951

Black with #D64951

Text Example


Text Example

White with #D64951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64951; }

 p { color: rgb(214,73,81); }

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

background-color css

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

 a { background-color: rgb(214,73,81); }

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

border-color css

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

 span { border-color: rgb(214,73,81); }

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