Html Css Color HEX #D64D5A Mandy

📋 copy color: '#D64D5A'

red 214 ◦ green 77 ◦ blue 90

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

Shades of Mandy #D64D5A

Tints of Mandy #D64D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.62%

R = 56.17%
G = 20.21%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D64D5A (or 0xD64D5A) is known color: Mandy. HEX triplet: D6, 4D and 5A. RGB value is (214,77,90). Sum of RGB (Red+Green+Blue) = 214+77+90=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D5A is #29B2A5. Grayscale: #777777. Windows color (decimal): -2732710 or 5918166. OLE color: 5918166.

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

Color convert

RGB 214 77 90 -
CMYK 0 0.64 0.58 0.16
HSL 354.31º 0.63% 0.57% -
HSV(B) 354.31º 0.64% 0.84% -
XYZ 32.23 20.34 11.9 -
YUV 119.45 111.39 195.44 -
System Red Green Blue C M Y K H S L
Decimal 214 77 90 0 0.64 0.58 0.16 354.31 0.63 0.57
Hex D6 4D 5A 0 40 3A 10 162 3F 39
Octal 326 115 132 0 100 72 20 542 77 71
Binary 11010110 1001101 1011010 0 1000000 111010 10000 101100010 111111 111001

Color Harmonies of #D64D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D5A

Black with #D64D5A

Text Example


Text Example

White with #D64D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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