Html Css Color HEX #D64851 Mandy

📋 copy color: '#D64851'

red 214 ◦ green 72 ◦ blue 81

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

Shades of Mandy #D64851

Tints of Mandy #D64851

RGB

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

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

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

R = 58.31%
G = 19.62%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D64851 (or 0xD64851) is known color: Mandy. HEX triplet: D6, 48 and 51. RGB value is (214,72,81). Sum of RGB (Red+Green+Blue) = 214+72+81=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D64851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64851 is #29B7AE. Grayscale: #737373. Windows color (decimal): -2733999 or 5327062. OLE color: 5327062.

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

Color convert

RGB 214 72 81 -
CMYK 0 0.66 0.62 0.16
HSL 356.2º 0.63% 0.56% -
HSV(B) 356.2º 0.66% 0.84% -
XYZ 31.53 19.52 9.89 -
YUV 115.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 214 72 81 0 0.66 0.62 0.16 356.2 0.63 0.56
Hex D6 48 51 0 42 3E 10 164 3F 38
Octal 326 110 121 0 102 76 20 544 77 70
Binary 11010110 1001000 1010001 0 1000010 111110 10000 101100100 111111 111000

Color Harmonies of #D64851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64851

Black with #D64851

Text Example


Text Example

White with #D64851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64851; }

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

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

background-color css

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

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

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

border-color css

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

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

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