Html Css Color HEX #D721DC Deep Magenta

📋 copy color: '#D721DC'

red 215 ◦ green 33 ◦ blue 220

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

Shades of Deep Magenta #D721DC

Tints of Deep Magenta #D721DC

RGB

 RED value IS 215 (84.38% from 255) = 45.94%

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 45.94%
G = 7.05%
B = 47.01%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D721DC (or 0xD721DC) is known color: Deep Magenta. HEX triplet: D7, 21 and DC. RGB value is (215,33,220). Sum of RGB (Red+Green+Blue) = 215+33+220=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #D721DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D721DC is #28DE23. Grayscale: #6C6C6C. Windows color (decimal): -2678308 or 14426583. OLE color: 14426583.

HSL color Cylindrical-coordinate representation of color #D721DC: hue angle of 298.4º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D721DC is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 33 220 -
CMYK 0.02 0.85 0 0.14
HSL 298.4º 0.74% 0.5% -
HSV(B) 298.4º 0.85% 0.86% -
XYZ 41.49 20.7 69.52 -
YUV 108.74 190.8 203.79 -
System Red Green Blue C M Y K H S L
Decimal 215 33 220 0.02 0.85 0 0.14 298.4 0.74 0.5
Hex D7 21 DC 2 55 0 E 12A 4A 32
Octal 327 41 334 2 125 0 16 452 112 62
Binary 11010111 100001 11011100 10 1010101 0 1110 100101010 1001010 110010

Color Harmonies of #D721DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D721DC

Black with #D721DC

Text Example


Text Example

White with #D721DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D721DC; }

 p { color: rgb(215,33,220); }

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

background-color css

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

 a { background-color: rgb(215,33,220); }

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

border-color css

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

 span { border-color: rgb(215,33,220); }

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