Html Css Color HEX #D620C9 Deep Magenta

📋 copy color: '#D620C9'

red 214 ◦ green 32 ◦ blue 201

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

Shades of Deep Magenta #D620C9

Tints of Deep Magenta #D620C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 47.87%
G = 7.16%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D620C9 (or 0xD620C9) is known color: Deep Magenta. HEX triplet: D6, 20 and C9. RGB value is (214,32,201). Sum of RGB (Red+Green+Blue) = 214+32+201=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D620C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620C9 is #29DF36. Grayscale: #696969. Windows color (decimal): -2744119 or 13181142. OLE color: 13181142.

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

Color convert

RGB 214 32 201 -
CMYK 0 0.85 0.06 0.16
HSL 304.29º 0.74% 0.48% -
HSV(B) 304.29º 0.85% 0.84% -
XYZ 38.79 19.55 56.99 -
YUV 105.68 181.8 205.26 -
System Red Green Blue C M Y K H S L
Decimal 214 32 201 0 0.85 0.06 0.16 304.29 0.74 0.48
Hex D6 20 C9 0 55 6 10 130 4A 30
Octal 326 40 311 0 125 6 20 460 112 60
Binary 11010110 100000 11001001 0 1010101 110 10000 100110000 1001010 110000

Color Harmonies of #D620C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620C9

Black with #D620C9

Text Example


Text Example

White with #D620C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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