Html Css Color HEX #D620DD Deep Magenta

📋 copy color: '#D620DD'

red 214 ◦ green 32 ◦ blue 221

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

Shades of Deep Magenta #D620DD

Tints of Deep Magenta #D620DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 45.82%
G = 6.85%
B = 47.32%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D620DD (or 0xD620DD) is known color: Deep Magenta. HEX triplet: D6, 20 and DD. RGB value is (214,32,221). Sum of RGB (Red+Green+Blue) = 214+32+221=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #D620DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620DD is #29DF22. Grayscale: #6B6B6B. Windows color (decimal): -2744099 or 14491862. OLE color: 14491862.

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

Color convert

RGB 214 32 221 -
CMYK 0.03 0.86 0 0.13
HSL 297.78º 0.75% 0.5% -
HSV(B) 297.78º 0.86% 0.87% -
XYZ 41.3 20.55 70.2 -
YUV 107.96 191.8 203.63 -
System Red Green Blue C M Y K H S L
Decimal 214 32 221 0.03 0.86 0 0.13 297.78 0.75 0.5
Hex D6 20 DD 3 56 0 D 12A 4B 32
Octal 326 40 335 3 126 0 15 452 113 62
Binary 11010110 100000 11011101 11 1010110 0 1101 100101010 1001011 110010

Color Harmonies of #D620DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620DD

Black with #D620DD

Text Example


Text Example

White with #D620DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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