Html Css Color HEX #D517BA Deep Magenta

📋 copy color: '#D517BA'

red 213 ◦ green 23 ◦ blue 186

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

Shades of Deep Magenta #D517BA

Tints of Deep Magenta #D517BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.45%

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 50.47%
G = 5.45%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D517BA (or 0xD517BA) is known color: Deep Magenta. HEX triplet: D5, 17 and BA. RGB value is (213,23,186). Sum of RGB (Red+Green+Blue) = 213+23+186=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D517BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D517BA is #2AE845. Grayscale: #616161. Windows color (decimal): -2811974 or 12195797. OLE color: 12195797.

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

Color convert

RGB 213 23 186 -
CMYK 0 0.89 0.13 0.16
HSL 308.53º 0.81% 0.46% -
HSV(B) 308.53º 0.89% 0.84% -
XYZ 36.61 18.3 48.06 -
YUV 98.39 177.45 209.75 -
System Red Green Blue C M Y K H S L
Decimal 213 23 186 0 0.89 0.13 0.16 308.53 0.81 0.46
Hex D5 17 BA 0 59 D 10 135 51 2E
Octal 325 27 272 0 131 15 20 465 121 56
Binary 11010101 10111 10111010 0 1011001 1101 10000 100110101 1010001 101110

Color Harmonies of #D517BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D517BA

Black with #D517BA

Text Example


Text Example

White with #D517BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D517BA; }

 p { color: rgb(213,23,186); }

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

background-color css

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

 a { background-color: rgb(213,23,186); }

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

border-color css

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

 span { border-color: rgb(213,23,186); }

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