Html Css Color HEX #D64850 Mandy

📋 copy color: '#D64850'

red 214 ◦ green 72 ◦ blue 80

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

Shades of Mandy #D64850

Tints of Mandy #D64850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

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

R = 58.47%
G = 19.67%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D64850 (or 0xD64850) is known color: Mandy. HEX triplet: D6, 48 and 50. RGB value is (214,72,80). Sum of RGB (Red+Green+Blue) = 214+72+80=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D64850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64850 is #29B7AF. Grayscale: #737373. Windows color (decimal): -2734000 or 5261526. OLE color: 5261526.

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

Color convert

RGB 214 72 80 -
CMYK 0 0.66 0.63 0.16
HSL 356.62º 0.63% 0.56% -
HSV(B) 356.62º 0.66% 0.84% -
XYZ 31.5 19.51 9.7 -
YUV 115.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 214 72 80 0 0.66 0.63 0.16 356.62 0.63 0.56
Hex D6 48 50 0 42 3F 10 165 3F 38
Octal 326 110 120 0 102 77 20 545 77 70
Binary 11010110 1001000 1010000 0 1000010 111111 10000 101100101 111111 111000

Color Harmonies of #D64850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64850

Black with #D64850

Text Example


Text Example

White with #D64850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64850; }

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

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

background-color css

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

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

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

border-color css

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

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

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