Html Css Color HEX #D15C60 Mandy

📋 copy color: '#D15C60'

red 209 ◦ green 92 ◦ blue 96

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

Shades of Mandy #D15C60

Tints of Mandy #D15C60

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

 BLUE value IS 96 (37.89% from 255) = 24.18%

R = 52.64%
G = 23.17%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D15C60 (or 0xD15C60) is known color: Mandy. HEX triplet: D1, 5C and 60. RGB value is (209,92,96). Sum of RGB (Red+Green+Blue) = 209+92+96=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15C60 is #2EA39F. Grayscale: #7F7F7F. Windows color (decimal): -3056544 or 6315217. OLE color: 6315217.

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

Color convert

RGB 209 92 96 -
CMYK 0 0.56 0.54 0.18
HSL 357.95º 0.56% 0.59% -
HSV(B) 357.95º 0.56% 0.82% -
XYZ 32.23 22.05 13.62 -
YUV 127.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 209 92 96 0 0.56 0.54 0.18 357.95 0.56 0.59
Hex D1 5C 60 0 38 36 12 166 38 3B
Octal 321 134 140 0 70 66 22 546 70 73
Binary 11010001 1011100 1100000 0 111000 110110 10010 101100110 111000 111011

Color Harmonies of #D15C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15C60

Black with #D15C60

Text Example


Text Example

White with #D15C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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