Html Css Color HEX #D9485C Mandy

📋 copy color: '#D9485C'

red 217 ◦ green 72 ◦ blue 92

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

Shades of Mandy #D9485C

Tints of Mandy #D9485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 56.96%
G = 18.9%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9485C (or 0xD9485C) is known color: Mandy. HEX triplet: D9, 48 and 5C. RGB value is (217,72,92). Sum of RGB (Red+Green+Blue) = 217+72+92=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D9485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9485C is #26B7A3. Grayscale: #757575. Windows color (decimal): -2537380 or 6047961. OLE color: 6047961.

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

Color convert

RGB 217 72 92 -
CMYK 0 0.67 0.58 0.15
HSL 351.72º 0.66% 0.57% -
HSV(B) 351.72º 0.67% 0.85% -
XYZ 32.86 20.16 12.28 -
YUV 117.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 217 72 92 0 0.67 0.58 0.15 351.72 0.66 0.57
Hex D9 48 5C 0 43 3A F 160 42 39
Octal 331 110 134 0 103 72 17 540 102 71
Binary 11011001 1001000 1011100 0 1000011 111010 1111 101100000 1000010 111001

Color Harmonies of #D9485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9485C

Black with #D9485C

Text Example


Text Example

White with #D9485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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