Html Css Color HEX #D519CC Deep Magenta

📋 copy color: '#D519CC'

red 213 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #D519CC

Tints of Deep Magenta #D519CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 48.19%
G = 5.66%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D519CC (or 0xD519CC) is known color: Deep Magenta. HEX triplet: D5, 19 and CC. RGB value is (213,25,204). Sum of RGB (Red+Green+Blue) = 213+25+204=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D519CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D519CC is #2AE633. Grayscale: #656565. Windows color (decimal): -2811444 or 13375957. OLE color: 13375957.

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

Color convert

RGB 213 25 204 -
CMYK 0 0.88 0.04 0.16
HSL 302.87º 0.79% 0.47% -
HSV(B) 302.87º 0.88% 0.84% -
XYZ 38.69 19.2 58.79 -
YUV 101.62 185.78 207.45 -
System Red Green Blue C M Y K H S L
Decimal 213 25 204 0 0.88 0.04 0.16 302.87 0.79 0.47
Hex D5 19 CC 0 58 4 10 12F 4F 2F
Octal 325 31 314 0 130 4 20 457 117 57
Binary 11010101 11001 11001100 0 1011000 100 10000 100101111 1001111 101111

Color Harmonies of #D519CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D519CC

Black with #D519CC

Text Example


Text Example

White with #D519CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D519CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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