Html Css Color HEX #D9494B Mandy

📋 copy color: '#D9494B'

red 217 ◦ green 73 ◦ blue 75

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

Shades of Mandy #D9494B

Tints of Mandy #D9494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20%

 BLUE value IS 75 (29.69% from 255) = 20.55%

R = 59.45%
G = 20%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9494B (or 0xD9494B) is known color: Mandy. HEX triplet: D9, 49 and 4B. RGB value is (217,73,75). Sum of RGB (Red+Green+Blue) = 217+73+75=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9494B is #26B6B4. Grayscale: #747474. Windows color (decimal): -2537141 or 4934105. OLE color: 4934105.

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

Color convert

RGB 217 73 75 -
CMYK 0 0.66 0.65 0.15
HSL 359.17º 0.65% 0.57% -
HSV(B) 359.17º 0.66% 0.85% -
XYZ 32.27 20.02 8.82 -
YUV 116.28 104.71 199.84 -
System Red Green Blue C M Y K H S L
Decimal 217 73 75 0 0.66 0.65 0.15 359.17 0.65 0.57
Hex D9 49 4B 0 42 41 F 167 41 39
Octal 331 111 113 0 102 101 17 547 101 71
Binary 11011001 1001001 1001011 0 1000010 1000001 1111 101100111 1000001 111001

Color Harmonies of #D9494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9494B

Black with #D9494B

Text Example


Text Example

White with #D9494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9494B; }

 p { color: rgb(217,73,75); }

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

background-color css

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

 a { background-color: rgb(217,73,75); }

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

border-color css

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

 span { border-color: rgb(217,73,75); }

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