Html Css Color HEX #D020CD Deep Magenta

📋 copy color: '#D020CD'

red 208 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #D020CD

Tints of Deep Magenta #D020CD

RGB

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

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

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

R = 46.74%
G = 7.19%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D020CD (or 0xD020CD) is known color: Deep Magenta. HEX triplet: D0, 20 and CD. RGB value is (208,32,205). Sum of RGB (Red+Green+Blue) = 208+32+205=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D020CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020CD is #2FDF32. Grayscale: #676767. Windows color (decimal): -3137331 or 13443280. OLE color: 13443280.

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

Color convert

RGB 208 32 205 -
CMYK 0 0.85 0.01 0.18
HSL 301.02º 0.73% 0.47% -
HSV(B) 301.02º 0.85% 0.82% -
XYZ 37.55 18.85 59.42 -
YUV 104.35 184.81 201.93 -
System Red Green Blue C M Y K H S L
Decimal 208 32 205 0 0.85 0.01 0.18 301.02 0.73 0.47
Hex D0 20 CD 0 55 1 12 12D 49 2F
Octal 320 40 315 0 125 1 22 455 111 57
Binary 11010000 100000 11001101 0 1010101 1 10010 100101101 1001001 101111

Color Harmonies of #D020CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020CD

Black with #D020CD

Text Example


Text Example

White with #D020CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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