Html Css Color HEX #D019DE Deep Magenta

📋 copy color: '#D019DE'

red 208 ◦ green 25 ◦ blue 222

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

Shades of Deep Magenta #D019DE

Tints of Deep Magenta #D019DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.79%

R = 45.71%
G = 5.49%
B = 48.79%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D019DE (or 0xD019DE) is known color: Deep Magenta. HEX triplet: D0, 19 and DE. RGB value is (208,25,222). Sum of RGB (Red+Green+Blue) = 208+25+222=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 25 (10.16% from 255 or 5.49% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #D019DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D019DE is #2FE621. Grayscale: #656565. Windows color (decimal): -3139106 or 14555600. OLE color: 14555600.

HSL color Cylindrical-coordinate representation of color #D019DE: hue angle of 295.74º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D019DE is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 25 222 -
CMYK 0.06 0.89 0 0.13
HSL 295.74º 0.8% 0.48% -
HSV(B) 295.74º 0.89% 0.87% -
XYZ 39.54 19.38 70.76 -
YUV 102.18 195.63 203.48 -
System Red Green Blue C M Y K H S L
Decimal 208 25 222 0.06 0.89 0 0.13 295.74 0.8 0.48
Hex D0 19 DE 6 59 0 D 128 50 30
Octal 320 31 336 6 131 0 15 450 120 60
Binary 11010000 11001 11011110 110 1011001 0 1101 100101000 1010000 110000

Color Harmonies of #D019DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D019DE

Black with #D019DE

Text Example


Text Example

White with #D019DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D019DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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