Html Css Color HEX #D519B5 Deep Magenta

📋 copy color: '#D519B5'

red 213 ◦ green 25 ◦ blue 181

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

Shades of Deep Magenta #D519B5

Tints of Deep Magenta #D519B5

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.97%

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

R = 50.84%
G = 5.97%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D519B5 (or 0xD519B5) is known color: Deep Magenta. HEX triplet: D5, 19 and B5. RGB value is (213,25,181). Sum of RGB (Red+Green+Blue) = 213+25+181=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D519B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D519B5 is #2AE64A. Grayscale: #626262. Windows color (decimal): -2811467 or 11868629. OLE color: 11868629.

HSL color Cylindrical-coordinate representation of color #D519B5: hue angle of 310.21º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D519B5 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 181 -
CMYK 0 0.88 0.15 0.16
HSL 310.21º 0.79% 0.47% -
HSV(B) 310.21º 0.88% 0.84% -
XYZ 36.13 18.18 45.32 -
YUV 99 174.28 209.32 -
System Red Green Blue C M Y K H S L
Decimal 213 25 181 0 0.88 0.15 0.16 310.21 0.79 0.47
Hex D5 19 B5 0 58 F 10 136 4F 2F
Octal 325 31 265 0 130 17 20 466 117 57
Binary 11010101 11001 10110101 0 1011000 1111 10000 100110110 1001111 101111

Color Harmonies of #D519B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519B5

Black with #D519B5

Text Example


Text Example

White with #D519B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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