Html Css Color HEX #D620DF Deep Magenta

📋 copy color: '#D620DF'

red 214 ◦ green 32 ◦ blue 223

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

Shades of Deep Magenta #D620DF

Tints of Deep Magenta #D620DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 45.63%
G = 6.82%
B = 47.55%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D620DF (or 0xD620DF) is known color: Deep Magenta. HEX triplet: D6, 20 and DF. RGB value is (214,32,223). Sum of RGB (Red+Green+Blue) = 214+32+223=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #D620DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620DF is #29DF20. Grayscale: #6B6B6B. Windows color (decimal): -2744097 or 14622934. OLE color: 14622934.

HSL color Cylindrical-coordinate representation of color #D620DF: hue angle of 297.17º 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 #D620DF is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 32 223 -
CMYK 0.04 0.86 0 0.13
HSL 297.17º 0.75% 0.5% -
HSV(B) 297.17º 0.86% 0.87% -
XYZ 41.57 20.66 71.61 -
YUV 108.19 192.8 203.47 -
System Red Green Blue C M Y K H S L
Decimal 214 32 223 0.04 0.86 0 0.13 297.17 0.75 0.5
Hex D6 20 DF 4 56 0 D 129 4B 32
Octal 326 40 337 4 126 0 15 451 113 62
Binary 11010110 100000 11011111 100 1010110 0 1101 100101001 1001011 110010

Color Harmonies of #D620DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620DF

Black with #D620DF

Text Example


Text Example

White with #D620DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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