Html Css Color HEX #D64050 Mandy

📋 copy color: '#D64050'

red 214 ◦ green 64 ◦ blue 80

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

Shades of Mandy #D64050

Tints of Mandy #D64050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 59.78%
G = 17.88%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D64050 (or 0xD64050) is known color: Mandy. HEX triplet: D6, 40 and 50. RGB value is (214,64,80). Sum of RGB (Red+Green+Blue) = 214+64+80=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D64050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64050 is #29BFAF. Grayscale: #6E6E6E. Windows color (decimal): -2736048 or 5259478. OLE color: 5259478.

HSL color Cylindrical-coordinate representation of color #D64050: hue angle of 353.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64050 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 80 -
CMYK 0 0.70 0.63 0.16
HSL 353.6º 0.65% 0.55% -
HSV(B) 353.6º 0.7% 0.84% -
XYZ 31.01 18.54 9.53 -
YUV 110.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 214 64 80 0 0.70 0.63 0.16 353.6 0.65 0.55
Hex D6 40 50 0 46 3F 10 162 41 37
Octal 326 100 120 0 106 77 20 542 101 67
Binary 11010110 1000000 1010000 0 1000110 111111 10000 101100010 1000001 110111

Color Harmonies of #D64050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64050

Black with #D64050

Text Example


Text Example

White with #D64050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64050; }

 p { color: rgb(214,64,80); }

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

background-color css

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

 a { background-color: rgb(214,64,80); }

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

border-color css

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

 span { border-color: rgb(214,64,80); }

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