Html Css Color HEX #D019D7 Deep Magenta

📋 copy color: '#D019D7'

red 208 ◦ green 25 ◦ blue 215

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

Shades of Deep Magenta #D019D7

Tints of Deep Magenta #D019D7

RGB

 RED value IS 208 (81.64% from 255) = 46.43%

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

 BLUE value IS 215 (84.38% from 255) = 47.99%

R = 46.43%
G = 5.58%
B = 47.99%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D019D7 (or 0xD019D7) is known color: Deep Magenta. HEX triplet: D0, 19 and D7. RGB value is (208,25,215). Sum of RGB (Red+Green+Blue) = 208+25+215=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #D019D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D019D7 is #2FE628. Grayscale: #646464. Windows color (decimal): -3139113 or 14096848. OLE color: 14096848.

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

Color convert

RGB 208 25 215 -
CMYK 0.03 0.88 0 0.16
HSL 297.79º 0.79% 0.47% -
HSV(B) 297.79º 0.88% 0.84% -
XYZ 38.63 19.01 65.92 -
YUV 101.38 192.13 204.05 -
System Red Green Blue C M Y K H S L
Decimal 208 25 215 0.03 0.88 0 0.16 297.79 0.79 0.47
Hex D0 19 D7 3 58 0 10 12A 4F 2F
Octal 320 31 327 3 130 0 20 452 117 57
Binary 11010000 11001 11010111 11 1011000 0 10000 100101010 1001111 101111

Color Harmonies of #D019D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D019D7

Black with #D019D7

Text Example


Text Example

White with #D019D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D019D7; }

 p { color: rgb(208,25,215); }

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

background-color css

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

 a { background-color: rgb(208,25,215); }

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

border-color css

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

 span { border-color: rgb(208,25,215); }

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