Html Css Color HEX #D95560 Mandy

📋 copy color: '#D95560'

red 217 ◦ green 85 ◦ blue 96

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

Shades of Mandy #D95560

Tints of Mandy #D95560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.36%

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

R = 54.52%
G = 21.36%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D95560 (or 0xD95560) is known color: Mandy. HEX triplet: D9, 55 and 60. RGB value is (217,85,96). Sum of RGB (Red+Green+Blue) = 217+85+96=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D95560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95560 is #26AA9F. Grayscale: #7D7D7D. Windows color (decimal): -2534048 or 6313433. OLE color: 6313433.

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

Color convert

RGB 217 85 96 -
CMYK 0 0.61 0.56 0.15
HSL 355º 0.63% 0.59% -
HSV(B) 355º 0.61% 0.85% -
XYZ 33.98 22.09 13.54 -
YUV 125.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 217 85 96 0 0.61 0.56 0.15 355 0.63 0.59
Hex D9 55 60 0 3D 38 F 163 3F 3B
Octal 331 125 140 0 75 70 17 543 77 73
Binary 11011001 1010101 1100000 0 111101 111000 1111 101100011 111111 111011

Color Harmonies of #D95560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95560

Black with #D95560

Text Example


Text Example

White with #D95560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95560; }

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

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

background-color css

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

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

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

border-color css

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

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

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