Html Css Color HEX #D9485D Mandy

📋 copy color: '#D9485D'

red 217 ◦ green 72 ◦ blue 93

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

Shades of Mandy #D9485D

Tints of Mandy #D9485D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.35%

R = 56.81%
G = 18.85%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9485D (or 0xD9485D) is known color: Mandy. HEX triplet: D9, 48 and 5D. RGB value is (217,72,93). Sum of RGB (Red+Green+Blue) = 217+72+93=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D9485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9485D is #26B7A2. Grayscale: #757575. Windows color (decimal): -2537379 or 6113497. OLE color: 6113497.

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

Color convert

RGB 217 72 93 -
CMYK 0 0.67 0.57 0.15
HSL 351.31º 0.66% 0.57% -
HSV(B) 351.31º 0.67% 0.85% -
XYZ 32.91 20.18 12.52 -
YUV 117.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 217 72 93 0 0.67 0.57 0.15 351.31 0.66 0.57
Hex D9 48 5D 0 43 39 F 15F 42 39
Octal 331 110 135 0 103 71 17 537 102 71
Binary 11011001 1001000 1011101 0 1000011 111001 1111 101011111 1000010 111001

Color Harmonies of #D9485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9485D

Black with #D9485D

Text Example


Text Example

White with #D9485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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