Html Css Color HEX #D516B6 Deep Magenta

📋 copy color: '#D516B6'

red 213 ◦ green 22 ◦ blue 182

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

Shades of Deep Magenta #D516B6

Tints of Deep Magenta #D516B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.65%

R = 51.08%
G = 5.28%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D516B6 (or 0xD516B6) is known color: Deep Magenta. HEX triplet: D5, 16 and B6. RGB value is (213,22,182). Sum of RGB (Red+Green+Blue) = 213+22+182=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D516B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516B6 is #2AE949. Grayscale: #606060. Windows color (decimal): -2812234 or 11933397. OLE color: 11933397.

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

Color convert

RGB 213 22 182 -
CMYK 0 0.90 0.15 0.16
HSL 309.74º 0.81% 0.46% -
HSV(B) 309.74º 0.9% 0.84% -
XYZ 36.17 18.1 45.84 -
YUV 97.35 175.78 210.49 -
System Red Green Blue C M Y K H S L
Decimal 213 22 182 0 0.90 0.15 0.16 309.74 0.81 0.46
Hex D5 16 B6 0 5A F 10 136 51 2E
Octal 325 26 266 0 132 17 20 466 121 56
Binary 11010101 10110 10110110 0 1011010 1111 10000 100110110 1010001 101110

Color Harmonies of #D516B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D516B6

Black with #D516B6

Text Example


Text Example

White with #D516B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D516B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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