Html Css Color HEX #D619DE Deep Magenta

📋 copy color: '#D619DE'

red 214 ◦ green 25 ◦ blue 222

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

Shades of Deep Magenta #D619DE

Tints of Deep Magenta #D619DE

RGB

 RED value IS 214 (83.98% from 255) = 46.42%

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

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

R = 46.42%
G = 5.42%
B = 48.16%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D619DE (or 0xD619DE) is known color: Deep Magenta. HEX triplet: D6, 19 and DE. RGB value is (214,25,222). Sum of RGB (Red+Green+Blue) = 214+25+222=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #D619DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619DE is #29E621. Grayscale: #676767. Windows color (decimal): -2745890 or 14555606. OLE color: 14555606.

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

Color convert

RGB 214 25 222 -
CMYK 0.04 0.89 0 0.13
HSL 297.56º 0.8% 0.48% -
HSV(B) 297.56º 0.89% 0.87% -
XYZ 41.26 20.27 70.84 -
YUV 103.97 194.62 206.48 -
System Red Green Blue C M Y K H S L
Decimal 214 25 222 0.04 0.89 0 0.13 297.56 0.8 0.48
Hex D6 19 DE 4 59 0 D 12A 50 30
Octal 326 31 336 4 131 0 15 452 120 60
Binary 11010110 11001 11011110 100 1011001 0 1101 100101010 1010000 110000

Color Harmonies of #D619DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619DE

Black with #D619DE

Text Example


Text Example

White with #D619DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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