Html Css Color HEX #D64861 Mandy

📋 copy color: '#D64861'

red 214 ◦ green 72 ◦ blue 97

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

Shades of Mandy #D64861

Tints of Mandy #D64861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.33%

R = 55.87%
G = 18.8%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D64861 (or 0xD64861) is known color: Mandy. HEX triplet: D6, 48 and 61. RGB value is (214,72,97). Sum of RGB (Red+Green+Blue) = 214+72+97=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D64861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64861 is #29B79E. Grayscale: #757575. Windows color (decimal): -2733983 or 6375638. OLE color: 6375638.

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

Color convert

RGB 214 72 97 -
CMYK 0 0.66 0.55 0.16
HSL 349.44º 0.63% 0.56% -
HSV(B) 349.44º 0.66% 0.84% -
XYZ 32.21 19.79 13.43 -
YUV 117.31 116.54 196.97 -
System Red Green Blue C M Y K H S L
Decimal 214 72 97 0 0.66 0.55 0.16 349.44 0.63 0.56
Hex D6 48 61 0 42 37 10 15D 3F 38
Octal 326 110 141 0 102 67 20 535 77 70
Binary 11010110 1001000 1100001 0 1000010 110111 10000 101011101 111111 111000

Color Harmonies of #D64861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64861

Black with #D64861

Text Example


Text Example

White with #D64861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64861; }

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

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

background-color css

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

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

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

border-color css

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

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

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