Html Css Color HEX #D119DE Deep Magenta

📋 copy color: '#D119DE'

red 209 ◦ green 25 ◦ blue 222

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

Shades of Deep Magenta #D119DE

Tints of Deep Magenta #D119DE

RGB

 RED value IS 209 (82.03% from 255) = 45.83%

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

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

R = 45.83%
G = 5.48%
B = 48.68%

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

#D119DE (or 0xD119DE) is known color: Deep Magenta. HEX triplet: D1, 19 and DE. RGB value is (209,25,222). Sum of RGB (Red+Green+Blue) = 209+25+222=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #D119DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D119DE is #2EE621. Grayscale: #656565. Windows color (decimal): -3073570 or 14555601. OLE color: 14555601.

HSL color Cylindrical-coordinate representation of color #D119DE: hue angle of 296.04º 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 #D119DE is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 25 222 -
CMYK 0.06 0.89 0 0.13
HSL 296.04º 0.8% 0.48% -
HSV(B) 296.04º 0.89% 0.87% -
XYZ 39.83 19.52 70.78 -
YUV 102.47 195.46 203.98 -
System Red Green Blue C M Y K H S L
Decimal 209 25 222 0.06 0.89 0 0.13 296.04 0.8 0.48
Hex D1 19 DE 6 59 0 D 128 50 30
Octal 321 31 336 6 131 0 15 450 120 60
Binary 11010001 11001 11011110 110 1011001 0 1101 100101000 1010000 110000

Color Harmonies of #D119DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D119DE

Black with #D119DE

Text Example


Text Example

White with #D119DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D119DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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