Html Css Color HEX #D120CD Deep Magenta

📋 copy color: '#D120CD'

red 209 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #D120CD

Tints of Deep Magenta #D120CD

RGB

 RED value IS 209 (82.03% from 255) = 46.86%

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

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

R = 46.86%
G = 7.17%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D120CD (or 0xD120CD) is known color: Deep Magenta. HEX triplet: D1, 20 and CD. RGB value is (209,32,205). Sum of RGB (Red+Green+Blue) = 209+32+205=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D120CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120CD is #2EDF32. Grayscale: #686868. Windows color (decimal): -3071795 or 13443281. OLE color: 13443281.

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

Color convert

RGB 209 32 205 -
CMYK 0 0.85 0.02 0.18
HSL 301.36º 0.73% 0.47% -
HSV(B) 301.36º 0.85% 0.82% -
XYZ 37.83 19 59.43 -
YUV 104.65 184.64 202.43 -
System Red Green Blue C M Y K H S L
Decimal 209 32 205 0 0.85 0.02 0.18 301.36 0.73 0.47
Hex D1 20 CD 0 55 2 12 12D 49 2F
Octal 321 40 315 0 125 2 22 455 111 57
Binary 11010001 100000 11001101 0 1010101 10 10010 100101101 1001001 101111

Color Harmonies of #D120CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D120CD

Black with #D120CD

Text Example


Text Example

White with #D120CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D120CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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