Html Css Color HEX #D64C55 Mandy

📋 copy color: '#D64C55'

red 214 ◦ green 76 ◦ blue 85

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

Shades of Mandy #D64C55

Tints of Mandy #D64C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.67%

R = 57.07%
G = 20.27%
B = 22.67%

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

#D64C55 (or 0xD64C55) is known color: Mandy. HEX triplet: D6, 4C and 55. RGB value is (214,76,85). Sum of RGB (Red+Green+Blue) = 214+76+85=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C55 is #29B3AA. Grayscale: #767676. Windows color (decimal): -2732971 or 5590230. OLE color: 5590230.

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

Color convert

RGB 214 76 85 -
CMYK 0 0.64 0.60 0.16
HSL 356.09º 0.63% 0.57% -
HSV(B) 356.09º 0.64% 0.84% -
XYZ 31.96 20.12 10.79 -
YUV 118.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 214 76 85 0 0.64 0.60 0.16 356.09 0.63 0.57
Hex D6 4C 55 0 40 3C 10 164 3F 39
Octal 326 114 125 0 100 74 20 544 77 71
Binary 11010110 1001100 1010101 0 1000000 111100 10000 101100100 111111 111001

Color Harmonies of #D64C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C55

Black with #D64C55

Text Example


Text Example

White with #D64C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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