Html Css Color HEX #D9484E Mandy

📋 copy color: '#D9484E'

red 217 ◦ green 72 ◦ blue 78

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

Shades of Mandy #D9484E

Tints of Mandy #D9484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.62%

 BLUE value IS 78 (30.86% from 255) = 21.25%

R = 59.13%
G = 19.62%
B = 21.25%

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

#D9484E (or 0xD9484E) is known color: Mandy. HEX triplet: D9, 48 and 4E. RGB value is (217,72,78). Sum of RGB (Red+Green+Blue) = 217+72+78=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D9484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9484E is #26B7B1. Grayscale: #747474. Windows color (decimal): -2537394 or 5130457. OLE color: 5130457.

HSL color Cylindrical-coordinate representation of color #D9484E: hue angle of 357.52º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9484E is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 72 78 -
CMYK 0 0.67 0.64 0.15
HSL 357.52º 0.66% 0.57% -
HSV(B) 357.52º 0.67% 0.85% -
XYZ 32.31 19.94 9.35 -
YUV 116.04 106.54 200.01 -
System Red Green Blue C M Y K H S L
Decimal 217 72 78 0 0.67 0.64 0.15 357.52 0.66 0.57
Hex D9 48 4E 0 43 40 F 166 42 39
Octal 331 110 116 0 103 100 17 546 102 71
Binary 11011001 1001000 1001110 0 1000011 1000000 1111 101100110 1000010 111001

Color Harmonies of #D9484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9484E

Black with #D9484E

Text Example


Text Example

White with #D9484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9484E; }

 p { color: rgb(217,72,78); }

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

background-color css

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

 a { background-color: rgb(217,72,78); }

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

border-color css

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

 span { border-color: rgb(217,72,78); }

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