Html Css Color HEX #D621DC Deep Magenta

📋 copy color: '#D621DC'

red 214 ◦ green 33 ◦ blue 220

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

Shades of Deep Magenta #D621DC

Tints of Deep Magenta #D621DC

RGB

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

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

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

R = 45.82%
G = 7.07%
B = 47.11%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D621DC (or 0xD621DC) is known color: Deep Magenta. HEX triplet: D6, 21 and DC. RGB value is (214,33,220). Sum of RGB (Red+Green+Blue) = 214+33+220=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #D621DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D621DC is #29DE23. Grayscale: #6B6B6B. Windows color (decimal): -2743844 or 14426582. OLE color: 14426582.

HSL color Cylindrical-coordinate representation of color #D621DC: hue angle of 298.07º 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 #D621DC is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 33 220 -
CMYK 0.03 0.85 0 0.14
HSL 298.07º 0.74% 0.5% -
HSV(B) 298.07º 0.85% 0.86% -
XYZ 41.19 20.55 69.51 -
YUV 108.44 190.97 203.29 -
System Red Green Blue C M Y K H S L
Decimal 214 33 220 0.03 0.85 0 0.14 298.07 0.74 0.5
Hex D6 21 DC 3 55 0 E 12A 4A 32
Octal 326 41 334 3 125 0 16 452 112 62
Binary 11010110 100001 11011100 11 1010101 0 1110 100101010 1001010 110010

Color Harmonies of #D621DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D621DC

Black with #D621DC

Text Example


Text Example

White with #D621DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D621DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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