Html Css Color HEX #D1515F Mandy

📋 copy color: '#D1515F'

red 209 ◦ green 81 ◦ blue 95

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

Shades of Mandy #D1515F

Tints of Mandy #D1515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.04%

 BLUE value IS 95 (37.5% from 255) = 24.68%

R = 54.29%
G = 21.04%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1515F (or 0xD1515F) is known color: Mandy. HEX triplet: D1, 51 and 5F. RGB value is (209,81,95). Sum of RGB (Red+Green+Blue) = 209+81+95=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D1515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1515F is #2EAEA0. Grayscale: #787878. Windows color (decimal): -3059361 or 6246865. OLE color: 6246865.

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

Color convert

RGB 209 81 95 -
CMYK 0 0.61 0.55 0.18
HSL 353.44º 0.58% 0.57% -
HSV(B) 353.44º 0.61% 0.82% -
XYZ 31.3 20.27 13.09 -
YUV 120.87 113.41 190.86 -
System Red Green Blue C M Y K H S L
Decimal 209 81 95 0 0.61 0.55 0.18 353.44 0.58 0.57
Hex D1 51 5F 0 3D 37 12 161 3A 39
Octal 321 121 137 0 75 67 22 541 72 71
Binary 11010001 1010001 1011111 0 111101 110111 10010 101100001 111010 111001

Color Harmonies of #D1515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1515F

Black with #D1515F

Text Example


Text Example

White with #D1515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1515F; }

 p { color: rgb(209,81,95); }

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

background-color css

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

 a { background-color: rgb(209,81,95); }

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

border-color css

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

 span { border-color: rgb(209,81,95); }

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