Html Css Color HEX #D1495B Mandy

📋 copy color: '#D1495B'

red 209 ◦ green 73 ◦ blue 91

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

Shades of Mandy #D1495B

Tints of Mandy #D1495B

RGB

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

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

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

R = 56.03%
G = 19.57%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1495B (or 0xD1495B) is known color: Mandy. HEX triplet: D1, 49 and 5B. RGB value is (209,73,91). Sum of RGB (Red+Green+Blue) = 209+73+91=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1495B is #2EB6A4. Grayscale: #737373. Windows color (decimal): -3061413 or 5982673. OLE color: 5982673.

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

Color convert

RGB 209 73 91 -
CMYK 0 0.65 0.56 0.18
HSL 352.06º 0.6% 0.55% -
HSV(B) 352.06º 0.65% 0.82% -
XYZ 30.57 19.08 11.97 -
YUV 115.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 209 73 91 0 0.65 0.56 0.18 352.06 0.6 0.55
Hex D1 49 5B 0 41 38 12 160 3C 37
Octal 321 111 133 0 101 70 22 540 74 67
Binary 11010001 1001001 1011011 0 1000001 111000 10010 101100000 111100 110111

Color Harmonies of #D1495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1495B

Black with #D1495B

Text Example


Text Example

White with #D1495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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