Html Css Color HEX #D619DF Deep Magenta

📋 copy color: '#D619DF'

red 214 ◦ green 25 ◦ blue 223

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

Shades of Deep Magenta #D619DF

Tints of Deep Magenta #D619DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 46.32%
G = 5.41%
B = 48.27%

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

#D619DF (or 0xD619DF) is known color: Deep Magenta. HEX triplet: D6, 19 and DF. RGB value is (214,25,223). Sum of RGB (Red+Green+Blue) = 214+25+223=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #D619DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619DF is #29E620. Grayscale: #676767. Windows color (decimal): -2745889 or 14621142. OLE color: 14621142.

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

Color convert

RGB 214 25 223 -
CMYK 0.04 0.89 0 0.13
HSL 297.27º 0.8% 0.49% -
HSV(B) 297.27º 0.89% 0.87% -
XYZ 41.4 20.32 71.55 -
YUV 104.08 195.12 206.4 -
System Red Green Blue C M Y K H S L
Decimal 214 25 223 0.04 0.89 0 0.13 297.27 0.8 0.49
Hex D6 19 DF 4 59 0 D 129 50 31
Octal 326 31 337 4 131 0 15 451 120 61
Binary 11010110 11001 11011111 100 1011001 0 1101 100101001 1010000 110001

Color Harmonies of #D619DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619DF

Black with #D619DF

Text Example


Text Example

White with #D619DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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