Html Css Color HEX #D64D5F Mandy

📋 copy color: '#D64D5F'

red 214 ◦ green 77 ◦ blue 95

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

Shades of Mandy #D64D5F

Tints of Mandy #D64D5F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.95%

 BLUE value IS 95 (37.5% from 255) = 24.61%

R = 55.44%
G = 19.95%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D64D5F (or 0xD64D5F) is known color: Mandy. HEX triplet: D6, 4D and 5F. RGB value is (214,77,95). Sum of RGB (Red+Green+Blue) = 214+77+95=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D5F is #29B2A0. Grayscale: #787878. Windows color (decimal): -2732705 or 6245846. OLE color: 6245846.

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

Color convert

RGB 214 77 95 -
CMYK 0 0.64 0.56 0.16
HSL 352.12º 0.63% 0.57% -
HSV(B) 352.12º 0.64% 0.84% -
XYZ 32.45 20.43 13.06 -
YUV 120.02 113.89 195.04 -
System Red Green Blue C M Y K H S L
Decimal 214 77 95 0 0.64 0.56 0.16 352.12 0.63 0.57
Hex D6 4D 5F 0 40 38 10 160 3F 39
Octal 326 115 137 0 100 70 20 540 77 71
Binary 11010110 1001101 1011111 0 1000000 111000 10000 101100000 111111 111001

Color Harmonies of #D64D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D5F

Black with #D64D5F

Text Example


Text Example

White with #D64D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D5F; }

 p { color: rgb(214,77,95); }

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

background-color css

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

 a { background-color: rgb(214,77,95); }

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

border-color css

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

 span { border-color: rgb(214,77,95); }

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