Html Css Color HEX #D94860 Mandy

📋 copy color: '#D94860'

red 217 ◦ green 72 ◦ blue 96

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

Shades of Mandy #D94860

Tints of Mandy #D94860

RGB

 RED value IS 217 (85.16% from 255) = 56.36%

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

 BLUE value IS 96 (37.89% from 255) = 24.94%

R = 56.36%
G = 18.7%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D94860 (or 0xD94860) is known color: Mandy. HEX triplet: D9, 48 and 60. RGB value is (217,72,96). Sum of RGB (Red+Green+Blue) = 217+72+96=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D94860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94860 is #26B79F. Grayscale: #767676. Windows color (decimal): -2537376 or 6310105. OLE color: 6310105.

HSL color Cylindrical-coordinate representation of color #D94860: hue angle of 350.07º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94860 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 72 96 -
CMYK 0 0.67 0.56 0.15
HSL 350.07º 0.66% 0.57% -
HSV(B) 350.07º 0.67% 0.85% -
XYZ 33.04 20.23 13.23 -
YUV 118.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 217 72 96 0 0.67 0.56 0.15 350.07 0.66 0.57
Hex D9 48 60 0 43 38 F 15E 42 39
Octal 331 110 140 0 103 70 17 536 102 71
Binary 11011001 1001000 1100000 0 1000011 111000 1111 101011110 1000010 111001

Color Harmonies of #D94860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94860

Black with #D94860

Text Example


Text Example

White with #D94860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94860; }

 p { color: rgb(217,72,96); }

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

background-color css

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

 a { background-color: rgb(217,72,96); }

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

border-color css

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

 span { border-color: rgb(217,72,96); }

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