Html Css Color HEX #D620CD Deep Magenta

📋 copy color: '#D620CD'

red 214 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #D620CD

Tints of Deep Magenta #D620CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.45%

R = 47.45%
G = 7.1%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D620CD (or 0xD620CD) is known color: Deep Magenta. HEX triplet: D6, 20 and CD. RGB value is (214,32,205). Sum of RGB (Red+Green+Blue) = 214+32+205=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D620CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620CD is #29DF32. Grayscale: #696969. Windows color (decimal): -2744115 or 13443286. OLE color: 13443286.

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

Color convert

RGB 214 32 205 -
CMYK 0 0.85 0.04 0.16
HSL 302.97º 0.74% 0.48% -
HSV(B) 302.97º 0.85% 0.84% -
XYZ 39.27 19.74 59.5 -
YUV 106.14 183.8 204.93 -
System Red Green Blue C M Y K H S L
Decimal 214 32 205 0 0.85 0.04 0.16 302.97 0.74 0.48
Hex D6 20 CD 0 55 4 10 12F 4A 30
Octal 326 40 315 0 125 4 20 457 112 60
Binary 11010110 100000 11001101 0 1010101 100 10000 100101111 1001010 110000

Color Harmonies of #D620CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620CD

Black with #D620CD

Text Example


Text Example

White with #D620CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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