Html Css Color HEX #D020C5 Deep Magenta

📋 copy color: '#D020C5'

red 208 ◦ green 32 ◦ blue 197

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

Shades of Deep Magenta #D020C5

Tints of Deep Magenta #D020C5

RGB

 RED value IS 208 (81.64% from 255) = 47.6%

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

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

R = 47.6%
G = 7.32%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D020C5 (or 0xD020C5) is known color: Deep Magenta. HEX triplet: D0, 20 and C5. RGB value is (208,32,197). Sum of RGB (Red+Green+Blue) = 208+32+197=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D020C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020C5 is #2FDF3A. Grayscale: #666666. Windows color (decimal): -3137339 or 12918992. OLE color: 12918992.

HSL color Cylindrical-coordinate representation of color #D020C5: hue angle of 303.75º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D020C5 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 32 197 -
CMYK 0 0.85 0.05 0.18
HSL 303.75º 0.73% 0.47% -
HSV(B) 303.75º 0.85% 0.82% -
XYZ 36.61 18.47 54.46 -
YUV 103.43 180.81 202.58 -
System Red Green Blue C M Y K H S L
Decimal 208 32 197 0 0.85 0.05 0.18 303.75 0.73 0.47
Hex D0 20 C5 0 55 5 12 130 49 2F
Octal 320 40 305 0 125 5 22 460 111 57
Binary 11010000 100000 11000101 0 1010101 101 10010 100110000 1001001 101111

Color Harmonies of #D020C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020C5

Black with #D020C5

Text Example


Text Example

White with #D020C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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