Html Css Color HEX #D9575D Mandy

📋 copy color: '#D9575D'

red 217 ◦ green 87 ◦ blue 93

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

Shades of Mandy #D9575D

Tints of Mandy #D9575D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.43%

R = 54.66%
G = 21.91%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9575D (or 0xD9575D) is known color: Mandy. HEX triplet: D9, 57 and 5D. RGB value is (217,87,93). Sum of RGB (Red+Green+Blue) = 217+87+93=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9575D is #26A8A2. Grayscale: #7E7E7E. Windows color (decimal): -2533539 or 6117337. OLE color: 6117337.

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

Color convert

RGB 217 87 93 -
CMYK 0 0.60 0.57 0.15
HSL 357.23º 0.63% 0.6% -
HSV(B) 357.23º 0.6% 0.85% -
XYZ 34 22.36 12.88 -
YUV 126.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 217 87 93 0 0.60 0.57 0.15 357.23 0.63 0.6
Hex D9 57 5D 0 3C 39 F 165 3F 3C
Octal 331 127 135 0 74 71 17 545 77 74
Binary 11011001 1010111 1011101 0 111100 111001 1111 101100101 111111 111100

Color Harmonies of #D9575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9575D

Black with #D9575D

Text Example


Text Example

White with #D9575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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