Html Css Color HEX #D519D4 Deep Magenta

📋 copy color: '#D519D4'

red 213 ◦ green 25 ◦ blue 212

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

Shades of Deep Magenta #D519D4

Tints of Deep Magenta #D519D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.11%

R = 47.33%
G = 5.56%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D519D4 (or 0xD519D4) is known color: Deep Magenta. HEX triplet: D5, 19 and D4. RGB value is (213,25,212). Sum of RGB (Red+Green+Blue) = 213+25+212=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D519D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D519D4 is #2AE62B. Grayscale: #656565. Windows color (decimal): -2811436 or 13900245. OLE color: 13900245.

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

Color convert

RGB 213 25 212 -
CMYK 0 0.88 0.00 0.16
HSL 300.32º 0.79% 0.47% -
HSV(B) 300.32º 0.88% 0.84% -
XYZ 39.67 19.59 63.98 -
YUV 102.53 189.78 206.79 -
System Red Green Blue C M Y K H S L
Decimal 213 25 212 0 0.88 0.00 0.16 300.32 0.79 0.47
Hex D5 19 D4 0 58 0 10 12C 4F 2F
Octal 325 31 324 0 130 0 20 454 117 57
Binary 11010101 11001 11010100 0 1011000 0 10000 100101100 1001111 101111

Color Harmonies of #D519D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519D4

Black with #D519D4

Text Example


Text Example

White with #D519D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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