Html Css Color HEX #D516B1 Deep Magenta

📋 copy color: '#D516B1'

red 213 ◦ green 22 ◦ blue 177

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

Shades of Deep Magenta #D516B1

Tints of Deep Magenta #D516B1

RGB

 RED value IS 213 (83.59% from 255) = 51.7%

 GREEN value IS 22 (8.98% from 255) = 5.34%

 BLUE value IS 177 (69.53% from 255) = 42.96%

R = 51.7%
G = 5.34%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D516B1 (or 0xD516B1) is known color: Deep Magenta. HEX triplet: D5, 16 and B1. RGB value is (213,22,177). Sum of RGB (Red+Green+Blue) = 213+22+177=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D516B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D516B1 is #2AE94E. Grayscale: #606060. Windows color (decimal): -2812239 or 11605717. OLE color: 11605717.

HSL color Cylindrical-coordinate representation of color #D516B1: hue angle of 311.31º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D516B1 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 22 177 -
CMYK 0 0.90 0.17 0.16
HSL 311.31º 0.81% 0.46% -
HSV(B) 311.31º 0.9% 0.84% -
XYZ 35.66 17.89 43.17 -
YUV 96.78 173.28 210.9 -
System Red Green Blue C M Y K H S L
Decimal 213 22 177 0 0.90 0.17 0.16 311.31 0.81 0.46
Hex D5 16 B1 0 5A 11 10 137 51 2E
Octal 325 26 261 0 132 21 20 467 121 56
Binary 11010101 10110 10110001 0 1011010 10001 10000 100110111 1010001 101110

Color Harmonies of #D516B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516B1

Black with #D516B1

Text Example


Text Example

White with #D516B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516B1; }

 p { color: rgb(213,22,177); }

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

background-color css

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

 a { background-color: rgb(213,22,177); }

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

border-color css

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

 span { border-color: rgb(213,22,177); }

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