Html Css Color HEX #D620C5 Deep Magenta

📋 copy color: '#D620C5'

red 214 ◦ green 32 ◦ blue 197

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

Shades of Deep Magenta #D620C5

Tints of Deep Magenta #D620C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.47%

R = 48.31%
G = 7.22%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D620C5 (or 0xD620C5) is known color: Deep Magenta. HEX triplet: D6, 20 and C5. RGB value is (214,32,197). Sum of RGB (Red+Green+Blue) = 214+32+197=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D620C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620C5 is #29DF3A. Grayscale: #686868. Windows color (decimal): -2744123 or 12918998. OLE color: 12918998.

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

Color convert

RGB 214 32 197 -
CMYK 0 0.85 0.08 0.16
HSL 305.6º 0.74% 0.48% -
HSV(B) 305.6º 0.85% 0.84% -
XYZ 38.33 19.36 54.54 -
YUV 105.23 179.8 205.58 -
System Red Green Blue C M Y K H S L
Decimal 214 32 197 0 0.85 0.08 0.16 305.6 0.74 0.48
Hex D6 20 C5 0 55 8 10 132 4A 30
Octal 326 40 305 0 125 10 20 462 112 60
Binary 11010110 100000 11000101 0 1010101 1000 10000 100110010 1001010 110000

Color Harmonies of #D620C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620C5

Black with #D620C5

Text Example


Text Example

White with #D620C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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