Html Css Color HEX #D9475C Mandy

📋 copy color: '#D9475C'

red 217 ◦ green 71 ◦ blue 92

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

Shades of Mandy #D9475C

Tints of Mandy #D9475C

RGB

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

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

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

R = 57.11%
G = 18.68%
B = 24.21%

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

#D9475C (or 0xD9475C) is known color: Mandy. HEX triplet: D9, 47 and 5C. RGB value is (217,71,92). Sum of RGB (Red+Green+Blue) = 217+71+92=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9475C is #26B8A3. Grayscale: #757575. Windows color (decimal): -2537636 or 6047705. OLE color: 6047705.

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

Color convert

RGB 217 71 92 -
CMYK 0 0.67 0.58 0.15
HSL 351.37º 0.66% 0.56% -
HSV(B) 351.37º 0.67% 0.85% -
XYZ 32.8 20.03 12.26 -
YUV 117.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 217 71 92 0 0.67 0.58 0.15 351.37 0.66 0.56
Hex D9 47 5C 0 43 3A F 15F 42 38
Octal 331 107 134 0 103 72 17 537 102 70
Binary 11011001 1000111 1011100 0 1000011 111010 1111 101011111 1000010 111000

Color Harmonies of #D9475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9475C

Black with #D9475C

Text Example


Text Example

White with #D9475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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