Html Css Color HEX #D8515C Mandy

📋 copy color: '#D8515C'

red 216 ◦ green 81 ◦ blue 92

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

Shades of Mandy #D8515C

Tints of Mandy #D8515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.65%

R = 55.53%
G = 20.82%
B = 23.65%

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

#D8515C (or 0xD8515C) is known color: Mandy. HEX triplet: D8, 51 and 5C. RGB value is (216,81,92). Sum of RGB (Red+Green+Blue) = 216+81+92=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8515C is #27AEA3. Grayscale: #7A7A7A. Windows color (decimal): -2600612 or 6050264. OLE color: 6050264.

HSL color Cylindrical-coordinate representation of color #D8515C: hue angle of 355.11º 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 #D8515C is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 81 92 -
CMYK 0 0.62 0.57 0.15
HSL 355.11º 0.63% 0.58% -
HSV(B) 355.11º 0.63% 0.85% -
XYZ 33.19 21.26 12.48 -
YUV 122.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 216 81 92 0 0.62 0.57 0.15 355.11 0.63 0.58
Hex D8 51 5C 0 3E 39 F 163 3F 3A
Octal 330 121 134 0 76 71 17 543 77 72
Binary 11011000 1010001 1011100 0 111110 111001 1111 101100011 111111 111010

Color Harmonies of #D8515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8515C

Black with #D8515C

Text Example


Text Example

White with #D8515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8515C; }

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

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

background-color css

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

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

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

border-color css

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

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

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