Html Css Color HEX #D15060 Mandy

📋 copy color: '#D15060'

red 209 ◦ green 80 ◦ blue 96

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

Shades of Mandy #D15060

Tints of Mandy #D15060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.78%

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

R = 54.29%
G = 20.78%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D15060 (or 0xD15060) is known color: Mandy. HEX triplet: D1, 50 and 60. RGB value is (209,80,96). Sum of RGB (Red+Green+Blue) = 209+80+96=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D15060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15060 is #2EAF9F. Grayscale: #787878. Windows color (decimal): -3059616 or 6312145. OLE color: 6312145.

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

Color convert

RGB 209 80 96 -
CMYK 0 0.62 0.54 0.18
HSL 352.56º 0.58% 0.57% -
HSV(B) 352.56º 0.62% 0.82% -
XYZ 31.27 20.14 13.3 -
YUV 120.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 209 80 96 0 0.62 0.54 0.18 352.56 0.58 0.57
Hex D1 50 60 0 3E 36 12 161 3A 39
Octal 321 120 140 0 76 66 22 541 72 71
Binary 11010001 1010000 1100000 0 111110 110110 10010 101100001 111010 111001

Color Harmonies of #D15060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15060

Black with #D15060

Text Example


Text Example

White with #D15060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15060; }

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

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

background-color css

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

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

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

border-color css

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

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

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