Html Css Color HEX #D9475B Mandy

📋 copy color: '#D9475B'

red 217 ◦ green 71 ◦ blue 91

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

Shades of Mandy #D9475B

Tints of Mandy #D9475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.01%

R = 57.26%
G = 18.73%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9475B (or 0xD9475B) is known color: Mandy. HEX triplet: D9, 47 and 5B. RGB value is (217,71,91). Sum of RGB (Red+Green+Blue) = 217+71+91=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9475B is #26B8A4. Grayscale: #757575. Windows color (decimal): -2537637 or 5982169. OLE color: 5982169.

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

Color convert

RGB 217 71 91 -
CMYK 0 0.67 0.58 0.15
HSL 351.78º 0.66% 0.56% -
HSV(B) 351.78º 0.67% 0.85% -
XYZ 32.76 20.01 12.03 -
YUV 116.93 113.37 199.37 -
System Red Green Blue C M Y K H S L
Decimal 217 71 91 0 0.67 0.58 0.15 351.78 0.66 0.56
Hex D9 47 5B 0 43 3A F 160 42 38
Octal 331 107 133 0 103 72 17 540 102 70
Binary 11011001 1000111 1011011 0 1000011 111010 1111 101100000 1000010 111000

Color Harmonies of #D9475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9475B

Black with #D9475B

Text Example


Text Example

White with #D9475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9475B; }

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

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

background-color css

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

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

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

border-color css

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

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

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