Html Css Color HEX #D9484C Mandy

📋 copy color: '#D9484C'

red 217 ◦ green 72 ◦ blue 76

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

Shades of Mandy #D9484C

Tints of Mandy #D9484C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.82%

R = 59.45%
G = 19.73%
B = 20.82%

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

#D9484C (or 0xD9484C) is known color: Mandy. HEX triplet: D9, 48 and 4C. RGB value is (217,72,76). Sum of RGB (Red+Green+Blue) = 217+72+76=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9484C is #26B7B3. Grayscale: #737373. Windows color (decimal): -2537396 or 4999385. OLE color: 4999385.

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

Color convert

RGB 217 72 76 -
CMYK 0 0.67 0.65 0.15
HSL 358.34º 0.66% 0.57% -
HSV(B) 358.34º 0.67% 0.85% -
XYZ 32.24 19.91 8.98 -
YUV 115.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 217 72 76 0 0.67 0.65 0.15 358.34 0.66 0.57
Hex D9 48 4C 0 43 41 F 166 42 39
Octal 331 110 114 0 103 101 17 546 102 71
Binary 11011001 1001000 1001100 0 1000011 1000001 1111 101100110 1000010 111001

Color Harmonies of #D9484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9484C

Black with #D9484C

Text Example


Text Example

White with #D9484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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