Html Css Color HEX #D9474D Mandy

📋 copy color: '#D9474D'

red 217 ◦ green 71 ◦ blue 77

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

Shades of Mandy #D9474D

Tints of Mandy #D9474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 59.45%
G = 19.45%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9474D (or 0xD9474D) is known color: Mandy. HEX triplet: D9, 47 and 4D. RGB value is (217,71,77). Sum of RGB (Red+Green+Blue) = 217+71+77=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9474D is #26B8B2. Grayscale: #737373. Windows color (decimal): -2537651 or 5064665. OLE color: 5064665.

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

Color convert

RGB 217 71 77 -
CMYK 0 0.67 0.65 0.15
HSL 357.53º 0.66% 0.56% -
HSV(B) 357.53º 0.67% 0.85% -
XYZ 32.21 19.79 9.14 -
YUV 115.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 217 71 77 0 0.67 0.65 0.15 357.53 0.66 0.56
Hex D9 47 4D 0 43 41 F 166 42 38
Octal 331 107 115 0 103 101 17 546 102 70
Binary 11011001 1000111 1001101 0 1000011 1000001 1111 101100110 1000010 111000

Color Harmonies of #D9474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9474D

Black with #D9474D

Text Example


Text Example

White with #D9474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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