Html Css Color HEX #D9474A Mandy

📋 copy color: '#D9474A'

red 217 ◦ green 71 ◦ blue 74

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

Shades of Mandy #D9474A

Tints of Mandy #D9474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 59.94%
G = 19.61%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9474A (or 0xD9474A) is known color: Mandy. HEX triplet: D9, 47 and 4A. RGB value is (217,71,74). Sum of RGB (Red+Green+Blue) = 217+71+74=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9474A is #26B8B5. Grayscale: #737373. Windows color (decimal): -2537654 or 4868057. OLE color: 4868057.

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

Color convert

RGB 217 71 74 -
CMYK 0 0.67 0.66 0.15
HSL 358.77º 0.66% 0.56% -
HSV(B) 358.77º 0.67% 0.85% -
XYZ 32.1 19.75 8.6 -
YUV 115 104.87 200.76 -
System Red Green Blue C M Y K H S L
Decimal 217 71 74 0 0.67 0.66 0.15 358.77 0.66 0.56
Hex D9 47 4A 0 43 42 F 167 42 38
Octal 331 107 112 0 103 102 17 547 102 70
Binary 11011001 1000111 1001010 0 1000011 1000010 1111 101100111 1000010 111000

Color Harmonies of #D9474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9474A

Black with #D9474A

Text Example


Text Example

White with #D9474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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