Html Css Color HEX #D64151 Mandy

📋 copy color: '#D64151'

red 214 ◦ green 65 ◦ blue 81

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

Shades of Mandy #D64151

Tints of Mandy #D64151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.5%

R = 59.44%
G = 18.06%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D64151 (or 0xD64151) is known color: Mandy. HEX triplet: D6, 41 and 51. RGB value is (214,65,81). Sum of RGB (Red+Green+Blue) = 214+65+81=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D64151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64151 is #29BEAE. Grayscale: #6F6F6F. Windows color (decimal): -2735791 or 5325270. OLE color: 5325270.

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

Color convert

RGB 214 65 81 -
CMYK 0 0.70 0.62 0.16
HSL 353.56º 0.65% 0.55% -
HSV(B) 353.56º 0.7% 0.84% -
XYZ 31.11 18.67 9.75 -
YUV 111.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 214 65 81 0 0.70 0.62 0.16 353.56 0.65 0.55
Hex D6 41 51 0 46 3E 10 162 41 37
Octal 326 101 121 0 106 76 20 542 101 67
Binary 11010110 1000001 1010001 0 1000110 111110 10000 101100010 1000001 110111

Color Harmonies of #D64151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64151

Black with #D64151

Text Example


Text Example

White with #D64151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64151; }

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

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

background-color css

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

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

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

border-color css

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

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

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