Html Css Color HEX #D9585C Mandy

📋 copy color: '#D9585C'

red 217 ◦ green 88 ◦ blue 92

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

Shades of Mandy #D9585C

Tints of Mandy #D9585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.17%

R = 54.66%
G = 22.17%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9585C (or 0xD9585C) is known color: Mandy. HEX triplet: D9, 58 and 5C. RGB value is (217,88,92). Sum of RGB (Red+Green+Blue) = 217+88+92=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9585C is #26A7A3. Grayscale: #7F7F7F. Windows color (decimal): -2533284 or 6052057. OLE color: 6052057.

HSL color Cylindrical-coordinate representation of color #D9585C: hue angle of 358.14º 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 #D9585C is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 88 92 -
CMYK 0 0.59 0.58 0.15
HSL 358.14º 0.63% 0.6% -
HSV(B) 358.14º 0.59% 0.85% -
XYZ 34.04 22.5 12.67 -
YUV 127.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 217 88 92 0 0.59 0.58 0.15 358.14 0.63 0.6
Hex D9 58 5C 0 3B 3A F 166 3F 3C
Octal 331 130 134 0 73 72 17 546 77 74
Binary 11011001 1011000 1011100 0 111011 111010 1111 101100110 111111 111100

Color Harmonies of #D9585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9585C

Black with #D9585C

Text Example


Text Example

White with #D9585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9585C; }

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

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

background-color css

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

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

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

border-color css

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

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

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