Html Css Color HEX #D64150 Mandy

📋 copy color: '#D64150'

red 214 ◦ green 65 ◦ blue 80

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

Shades of Mandy #D64150

Tints of Mandy #D64150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.11%

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

R = 59.61%
G = 18.11%
B = 22.28%

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

#D64150 (or 0xD64150) is known color: Mandy. HEX triplet: D6, 41 and 50. RGB value is (214,65,80). Sum of RGB (Red+Green+Blue) = 214+65+80=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D64150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64150 is #29BEAF. Grayscale: #6F6F6F. Windows color (decimal): -2735792 or 5259734. OLE color: 5259734.

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

Color convert

RGB 214 65 80 -
CMYK 0 0.70 0.63 0.16
HSL 353.96º 0.65% 0.55% -
HSV(B) 353.96º 0.7% 0.84% -
XYZ 31.07 18.66 9.55 -
YUV 111.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 214 65 80 0 0.70 0.63 0.16 353.96 0.65 0.55
Hex D6 41 50 0 46 3F 10 162 41 37
Octal 326 101 120 0 106 77 20 542 101 67
Binary 11010110 1000001 1010000 0 1000110 111111 10000 101100010 1000001 110111

Color Harmonies of #D64150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64150

Black with #D64150

Text Example


Text Example

White with #D64150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64150; }

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

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

background-color css

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

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

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

border-color css

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

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

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