Html Css Color HEX #D620D6 Deep Magenta

📋 copy color: '#D620D6'

red 214 ◦ green 32 ◦ blue 214

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

Shades of Deep Magenta #D620D6

Tints of Deep Magenta #D620D6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.96%

 BLUE value IS 214 (83.98% from 255) = 46.52%

R = 46.52%
G = 6.96%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D620D6 (or 0xD620D6) is known color: Deep Magenta. HEX triplet: D6, 20 and D6. RGB value is (214,32,214). Sum of RGB (Red+Green+Blue) = 214+32+214=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D620D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620D6 is #29DF29. Grayscale: #6A6A6A. Windows color (decimal): -2744106 or 14033110. OLE color: 14033110.

HSL color Cylindrical-coordinate representation of color #D620D6: hue angle of 300º degrees, saturation: 0.74, 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 #D620D6 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 214 -
CMYK 0 0.85 0 0.16
HSL 300º 0.74% 0.48% -
HSV(B) 300º 0.85% 0.84% -
XYZ 40.39 20.18 65.39 -
YUV 107.17 188.3 204.2 -
System Red Green Blue C M Y K H S L
Decimal 214 32 214 0 0.85 0 0.16 300 0.74 0.48
Hex D6 20 D6 0 55 0 10 12C 4A 30
Octal 326 40 326 0 125 0 20 454 112 60
Binary 11010110 100000 11010110 0 1010101 0 10000 100101100 1001010 110000

Color Harmonies of #D620D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620D6

Black with #D620D6

Text Example


Text Example

White with #D620D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620D6; }

 p { color: rgb(214,32,214); }

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

background-color css

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

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

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

border-color css

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

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

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