Html Css Color HEX #D1485B Mandy

📋 copy color: '#D1485B'

red 209 ◦ green 72 ◦ blue 91

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

Shades of Mandy #D1485B

Tints of Mandy #D1485B

RGB

 RED value IS 209 (82.03% from 255) = 56.18%

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

 BLUE value IS 91 (35.94% from 255) = 24.46%

R = 56.18%
G = 19.35%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1485B (or 0xD1485B) is known color: Mandy. HEX triplet: D1, 48 and 5B. RGB value is (209,72,91). Sum of RGB (Red+Green+Blue) = 209+72+91=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1485B is #2EB7A4. Grayscale: #737373. Windows color (decimal): -3061669 or 5982417. OLE color: 5982417.

HSL color Cylindrical-coordinate representation of color #D1485B: hue angle of 351.68º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1485B is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 91 -
CMYK 0 0.66 0.56 0.18
HSL 351.68º 0.6% 0.55% -
HSV(B) 351.68º 0.66% 0.82% -
XYZ 30.5 18.95 11.95 -
YUV 115.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 209 72 91 0 0.66 0.56 0.18 351.68 0.6 0.55
Hex D1 48 5B 0 42 38 12 160 3C 37
Octal 321 110 133 0 102 70 22 540 74 67
Binary 11010001 1001000 1011011 0 1000010 111000 10010 101100000 111100 110111

Color Harmonies of #D1485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1485B

Black with #D1485B

Text Example


Text Example

White with #D1485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1485B; }

 p { color: rgb(209,72,91); }

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

background-color css

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

 a { background-color: rgb(209,72,91); }

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

border-color css

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

 span { border-color: rgb(209,72,91); }

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