Html Css Color HEX #D8515D Mandy

📋 copy color: '#D8515D'

red 216 ◦ green 81 ◦ blue 93

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

Shades of Mandy #D8515D

Tints of Mandy #D8515D

RGB

 RED value IS 216 (84.77% from 255) = 55.38%

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

 BLUE value IS 93 (36.72% from 255) = 23.85%

R = 55.38%
G = 20.77%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8515D (or 0xD8515D) is known color: Mandy. HEX triplet: D8, 51 and 5D. RGB value is (216,81,93). Sum of RGB (Red+Green+Blue) = 216+81+93=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8515D is #27AEA2. Grayscale: #7A7A7A. Windows color (decimal): -2600611 or 6115800. OLE color: 6115800.

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

Color convert

RGB 216 81 93 -
CMYK 0 0.62 0.57 0.15
HSL 354.67º 0.63% 0.58% -
HSV(B) 354.67º 0.63% 0.85% -
XYZ 33.24 21.27 12.71 -
YUV 122.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 216 81 93 0 0.62 0.57 0.15 354.67 0.63 0.58
Hex D8 51 5D 0 3E 39 F 163 3F 3A
Octal 330 121 135 0 76 71 17 543 77 72
Binary 11011000 1010001 1011101 0 111110 111001 1111 101100011 111111 111010

Color Harmonies of #D8515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8515D

Black with #D8515D

Text Example


Text Example

White with #D8515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8515D; }

 p { color: rgb(216,81,93); }

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

background-color css

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

 a { background-color: rgb(216,81,93); }

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

border-color css

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

 span { border-color: rgb(216,81,93); }

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