Html Css Color HEX #D64C5A Mandy

📋 copy color: '#D64C5A'

red 214 ◦ green 76 ◦ blue 90

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

Shades of Mandy #D64C5A

Tints of Mandy #D64C5A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20%

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

R = 56.32%
G = 20%
B = 23.68%

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

#D64C5A (or 0xD64C5A) is known color: Mandy. HEX triplet: D6, 4C and 5A. RGB value is (214,76,90). Sum of RGB (Red+Green+Blue) = 214+76+90=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C5A is #29B3A5. Grayscale: #767676. Windows color (decimal): -2732966 or 5917910. OLE color: 5917910.

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

Color convert

RGB 214 76 90 -
CMYK 0 0.64 0.58 0.16
HSL 353.91º 0.63% 0.57% -
HSV(B) 353.91º 0.64% 0.84% -
XYZ 32.16 20.2 11.88 -
YUV 118.86 111.72 195.86 -
System Red Green Blue C M Y K H S L
Decimal 214 76 90 0 0.64 0.58 0.16 353.91 0.63 0.57
Hex D6 4C 5A 0 40 3A 10 162 3F 39
Octal 326 114 132 0 100 72 20 542 77 71
Binary 11010110 1001100 1011010 0 1000000 111010 10000 101100010 111111 111001

Color Harmonies of #D64C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C5A

Black with #D64C5A

Text Example


Text Example

White with #D64C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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