Html Css Color HEX #D9475D Mandy

📋 copy color: '#D9475D'

red 217 ◦ green 71 ◦ blue 93

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

Shades of Mandy #D9475D

Tints of Mandy #D9475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.64%

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

R = 56.96%
G = 18.64%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9475D (or 0xD9475D) is known color: Mandy. HEX triplet: D9, 47 and 5D. RGB value is (217,71,93). Sum of RGB (Red+Green+Blue) = 217+71+93=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D9475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9475D is #26B8A2. Grayscale: #757575. Windows color (decimal): -2537635 or 6113241. OLE color: 6113241.

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

Color convert

RGB 217 71 93 -
CMYK 0 0.67 0.57 0.15
HSL 350.96º 0.66% 0.56% -
HSV(B) 350.96º 0.67% 0.85% -
XYZ 32.84 20.05 12.49 -
YUV 117.16 114.37 199.21 -
System Red Green Blue C M Y K H S L
Decimal 217 71 93 0 0.67 0.57 0.15 350.96 0.66 0.56
Hex D9 47 5D 0 43 39 F 15F 42 38
Octal 331 107 135 0 103 71 17 537 102 70
Binary 11011001 1000111 1011101 0 1000011 111001 1111 101011111 1000010 111000

Color Harmonies of #D9475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9475D

Black with #D9475D

Text Example


Text Example

White with #D9475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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