Html Css Color HEX #D517B5 Deep Magenta

📋 copy color: '#D517B5'

red 213 ◦ green 23 ◦ blue 181

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

Shades of Deep Magenta #D517B5

Tints of Deep Magenta #D517B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.41%

R = 51.08%
G = 5.52%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D517B5 (or 0xD517B5) is known color: Deep Magenta. HEX triplet: D5, 17 and B5. RGB value is (213,23,181). Sum of RGB (Red+Green+Blue) = 213+23+181=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D517B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D517B5 is #2AE84A. Grayscale: #616161. Windows color (decimal): -2811979 or 11868117. OLE color: 11868117.

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

Color convert

RGB 213 23 181 -
CMYK 0 0.89 0.15 0.16
HSL 310.11º 0.81% 0.46% -
HSV(B) 310.11º 0.89% 0.84% -
XYZ 36.09 18.1 45.31 -
YUV 97.82 174.95 210.15 -
System Red Green Blue C M Y K H S L
Decimal 213 23 181 0 0.89 0.15 0.16 310.11 0.81 0.46
Hex D5 17 B5 0 59 F 10 136 51 2E
Octal 325 27 265 0 131 17 20 466 121 56
Binary 11010101 10111 10110101 0 1011001 1111 10000 100110110 1010001 101110

Color Harmonies of #D517B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D517B5

Black with #D517B5

Text Example


Text Example

White with #D517B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D517B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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