Html Css Color HEX #D95860 Mandy

📋 copy color: '#D95860'

red 217 ◦ green 88 ◦ blue 96

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

Shades of Mandy #D95860

Tints of Mandy #D95860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.95%

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

R = 54.11%
G = 21.95%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D95860 (or 0xD95860) is known color: Mandy. HEX triplet: D9, 58 and 60. RGB value is (217,88,96). Sum of RGB (Red+Green+Blue) = 217+88+96=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D95860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95860 is #26A79F. Grayscale: #7F7F7F. Windows color (decimal): -2533280 or 6314201. OLE color: 6314201.

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

Color convert

RGB 217 88 96 -
CMYK 0 0.59 0.56 0.15
HSL 356.28º 0.63% 0.6% -
HSV(B) 356.28º 0.59% 0.85% -
XYZ 34.22 22.58 13.62 -
YUV 127.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 217 88 96 0 0.59 0.56 0.15 356.28 0.63 0.6
Hex D9 58 60 0 3B 38 F 164 3F 3C
Octal 331 130 140 0 73 70 17 544 77 74
Binary 11011001 1011000 1100000 0 111011 111000 1111 101100100 111111 111100

Color Harmonies of #D95860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95860

Black with #D95860

Text Example


Text Example

White with #D95860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95860; }

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

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

background-color css

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

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

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

border-color css

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

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

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