Html Css Color HEX #D95760 Mandy

📋 copy color: '#D95760'

red 217 ◦ green 87 ◦ blue 96

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

Shades of Mandy #D95760

Tints of Mandy #D95760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.75%

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

R = 54.25%
G = 21.75%
B = 24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D95760 (or 0xD95760) is known color: Mandy. HEX triplet: D9, 57 and 60. RGB value is (217,87,96). Sum of RGB (Red+Green+Blue) = 217+87+96=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D95760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95760 is #26A89F. Grayscale: #7E7E7E. Windows color (decimal): -2533536 or 6313945. OLE color: 6313945.

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

Color convert

RGB 217 87 96 -
CMYK 0 0.60 0.56 0.15
HSL 355.85º 0.63% 0.6% -
HSV(B) 355.85º 0.6% 0.85% -
XYZ 34.13 22.41 13.59 -
YUV 126.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 217 87 96 0 0.60 0.56 0.15 355.85 0.63 0.6
Hex D9 57 60 0 3C 38 F 164 3F 3C
Octal 331 127 140 0 74 70 17 544 77 74
Binary 11011001 1010111 1100000 0 111100 111000 1111 101100100 111111 111100

Color Harmonies of #D95760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95760

Black with #D95760

Text Example


Text Example

White with #D95760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95760; }

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

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

background-color css

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

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

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

border-color css

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

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

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