Html Css Color HEX #D1495C Mandy

📋 copy color: '#D1495C'

red 209 ◦ green 73 ◦ blue 92

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

Shades of Mandy #D1495C

Tints of Mandy #D1495C

RGB

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

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

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

R = 55.88%
G = 19.52%
B = 24.6%

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

#D1495C (or 0xD1495C) is known color: Mandy. HEX triplet: D1, 49 and 5C. RGB value is (209,73,92). Sum of RGB (Red+Green+Blue) = 209+73+92=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D1495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1495C is #2EB6A3. Grayscale: #737373. Windows color (decimal): -3061412 or 6048209. OLE color: 6048209.

HSL color Cylindrical-coordinate representation of color #D1495C: hue angle of 351.62º 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 #D1495C is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 73 92 -
CMYK 0 0.65 0.56 0.18
HSL 351.62º 0.6% 0.55% -
HSV(B) 351.62º 0.65% 0.82% -
XYZ 30.61 19.09 12.2 -
YUV 115.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 209 73 92 0 0.65 0.56 0.18 351.62 0.6 0.55
Hex D1 49 5C 0 41 38 12 160 3C 37
Octal 321 111 134 0 101 70 22 540 74 67
Binary 11010001 1001001 1011100 0 1000001 111000 10010 101100000 111100 110111

Color Harmonies of #D1495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1495C

Black with #D1495C

Text Example


Text Example

White with #D1495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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