Html Css Color HEX #D219DF Deep Magenta

📋 copy color: '#D219DF'

red 210 ◦ green 25 ◦ blue 223

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

Shades of Deep Magenta #D219DF

Tints of Deep Magenta #D219DF

RGB

 RED value IS 210 (82.42% from 255) = 45.85%

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

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

R = 45.85%
G = 5.46%
B = 48.69%

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

#D219DF (or 0xD219DF) is known color: Deep Magenta. HEX triplet: D2, 19 and DF. RGB value is (210,25,223). Sum of RGB (Red+Green+Blue) = 210+25+223=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #D219DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D219DF is #2DE620. Grayscale: #666666. Windows color (decimal): -3008033 or 14621138. OLE color: 14621138.

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

Color convert

RGB 210 25 223 -
CMYK 0.06 0.89 0 0.13
HSL 296.06º 0.8% 0.49% -
HSV(B) 296.06º 0.89% 0.87% -
XYZ 40.25 19.72 71.5 -
YUV 102.89 195.79 204.4 -
System Red Green Blue C M Y K H S L
Decimal 210 25 223 0.06 0.89 0 0.13 296.06 0.8 0.49
Hex D2 19 DF 6 59 0 D 128 50 31
Octal 322 31 337 6 131 0 15 450 120 61
Binary 11010010 11001 11011111 110 1011001 0 1101 100101000 1010000 110001

Color Harmonies of #D219DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D219DF

Black with #D219DF

Text Example


Text Example

White with #D219DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D219DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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