Html Css Color HEX #D9474F Mandy

📋 copy color: '#D9474F'

red 217 ◦ green 71 ◦ blue 79

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

Shades of Mandy #D9474F

Tints of Mandy #D9474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 59.13%
G = 19.35%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9474F (or 0xD9474F) is known color: Mandy. HEX triplet: D9, 47 and 4F. RGB value is (217,71,79). Sum of RGB (Red+Green+Blue) = 217+71+79=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D9474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9474F is #26B8B0. Grayscale: #737373. Windows color (decimal): -2537649 or 5195737. OLE color: 5195737.

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

Color convert

RGB 217 71 79 -
CMYK 0 0.67 0.64 0.15
HSL 356.71º 0.66% 0.56% -
HSV(B) 356.71º 0.67% 0.85% -
XYZ 32.28 19.82 9.52 -
YUV 115.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 217 71 79 0 0.67 0.64 0.15 356.71 0.66 0.56
Hex D9 47 4F 0 43 40 F 165 42 38
Octal 331 107 117 0 103 100 17 545 102 70
Binary 11011001 1000111 1001111 0 1000011 1000000 1111 101100101 1000010 111000

Color Harmonies of #D9474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9474F

Black with #D9474F

Text Example


Text Example

White with #D9474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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