Html Css Color HEX #D021DF Deep Magenta

📋 copy color: '#D021DF'

red 208 ◦ green 33 ◦ blue 223

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

Shades of Deep Magenta #D021DF

Tints of Deep Magenta #D021DF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.11%

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

R = 44.83%
G = 7.11%
B = 48.06%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D021DF (or 0xD021DF) is known color: Deep Magenta. HEX triplet: D0, 21 and DF. RGB value is (208,33,223). Sum of RGB (Red+Green+Blue) = 208+33+223=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #D021DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D021DF is #2FDE20. Grayscale: #6A6A6A. Windows color (decimal): -3137057 or 14623184. OLE color: 14623184.

HSL color Cylindrical-coordinate representation of color #D021DF: hue angle of 295.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D021DF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 33 223 -
CMYK 0.07 0.85 0 0.13
HSL 295.26º 0.75% 0.5% -
HSV(B) 295.26º 0.85% 0.87% -
XYZ 39.88 19.83 71.54 -
YUV 106.99 193.48 200.05 -
System Red Green Blue C M Y K H S L
Decimal 208 33 223 0.07 0.85 0 0.13 295.26 0.75 0.5
Hex D0 21 DF 7 55 0 D 127 4B 32
Octal 320 41 337 7 125 0 15 447 113 62
Binary 11010000 100001 11011111 111 1010101 0 1101 100100111 1001011 110010

Color Harmonies of #D021DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D021DF

Black with #D021DF

Text Example


Text Example

White with #D021DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D021DF; }

 p { color: rgb(208,33,223); }

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

background-color css

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

 a { background-color: rgb(208,33,223); }

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

border-color css

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

 span { border-color: rgb(208,33,223); }

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