Html Css Color HEX #D1515E Mandy

📋 copy color: '#D1515E'

red 209 ◦ green 81 ◦ blue 94

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

Shades of Mandy #D1515E

Tints of Mandy #D1515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.48%

R = 54.43%
G = 21.09%
B = 24.48%

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

#D1515E (or 0xD1515E) is known color: Mandy. HEX triplet: D1, 51 and 5E. RGB value is (209,81,94). Sum of RGB (Red+Green+Blue) = 209+81+94=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1515E is #2EAEA1. Grayscale: #787878. Windows color (decimal): -3059362 or 6181329. OLE color: 6181329.

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

Color convert

RGB 209 81 94 -
CMYK 0 0.61 0.55 0.18
HSL 353.91º 0.58% 0.57% -
HSV(B) 353.91º 0.61% 0.82% -
XYZ 31.26 20.25 12.85 -
YUV 120.75 112.91 190.94 -
System Red Green Blue C M Y K H S L
Decimal 209 81 94 0 0.61 0.55 0.18 353.91 0.58 0.57
Hex D1 51 5E 0 3D 37 12 162 3A 39
Octal 321 121 136 0 75 67 22 542 72 71
Binary 11010001 1010001 1011110 0 111101 110111 10010 101100010 111010 111001

Color Harmonies of #D1515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1515E

Black with #D1515E

Text Example


Text Example

White with #D1515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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