Html Css Color HEX #D621D1 Deep Magenta

📋 copy color: '#D621D1'

red 214 ◦ green 33 ◦ blue 209

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

Shades of Deep Magenta #D621D1

Tints of Deep Magenta #D621D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.83%

R = 46.93%
G = 7.24%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D621D1 (or 0xD621D1) is known color: Deep Magenta. HEX triplet: D6, 21 and D1. RGB value is (214,33,209). Sum of RGB (Red+Green+Blue) = 214+33+209=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D621D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D621D1 is #29DE2E. Grayscale: #6A6A6A. Windows color (decimal): -2743855 or 13705686. OLE color: 13705686.

HSL color Cylindrical-coordinate representation of color #D621D1: hue angle of 301.66º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D621D1 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 209 -
CMYK 0 0.85 0.02 0.16
HSL 301.66º 0.73% 0.48% -
HSV(B) 301.66º 0.85% 0.84% -
XYZ 39.78 19.99 62.08 -
YUV 107.18 185.47 204.19 -
System Red Green Blue C M Y K H S L
Decimal 214 33 209 0 0.85 0.02 0.16 301.66 0.73 0.48
Hex D6 21 D1 0 55 2 10 12E 49 30
Octal 326 41 321 0 125 2 20 456 111 60
Binary 11010110 100001 11010001 0 1010101 10 10000 100101110 1001001 110000

Color Harmonies of #D621D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D621D1

Black with #D621D1

Text Example


Text Example

White with #D621D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D621D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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