Html Css Color HEX #D64C56 Mandy

📋 copy color: '#D64C56'

red 214 ◦ green 76 ◦ blue 86

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

Shades of Mandy #D64C56

Tints of Mandy #D64C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.87%

R = 56.91%
G = 20.21%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D64C56 (or 0xD64C56) is known color: Mandy. HEX triplet: D6, 4C and 56. RGB value is (214,76,86). Sum of RGB (Red+Green+Blue) = 214+76+86=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C56 is #29B3A9. Grayscale: #767676. Windows color (decimal): -2732970 or 5655766. OLE color: 5655766.

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

Color convert

RGB 214 76 86 -
CMYK 0 0.64 0.60 0.16
HSL 355.65º 0.63% 0.57% -
HSV(B) 355.65º 0.64% 0.84% -
XYZ 32 20.14 11 -
YUV 118.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 214 76 86 0 0.64 0.60 0.16 355.65 0.63 0.57
Hex D6 4C 56 0 40 3C 10 164 3F 39
Octal 326 114 126 0 100 74 20 544 77 71
Binary 11010110 1001100 1010110 0 1000000 111100 10000 101100100 111111 111001

Color Harmonies of #D64C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C56

Black with #D64C56

Text Example


Text Example

White with #D64C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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