Html Css Color HEX #D121CD Deep Magenta

📋 copy color: '#D121CD'

red 209 ◦ green 33 ◦ blue 205

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

Shades of Deep Magenta #D121CD

Tints of Deep Magenta #D121CD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.38%

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

R = 46.76%
G = 7.38%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D121CD (or 0xD121CD) is known color: Deep Magenta. HEX triplet: D1, 21 and CD. RGB value is (209,33,205). Sum of RGB (Red+Green+Blue) = 209+33+205=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D121CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D121CD is #2EDE32. Grayscale: #686868. Windows color (decimal): -3071539 or 13443537. OLE color: 13443537.

HSL color Cylindrical-coordinate representation of color #D121CD: 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.84%. Process color model (Four color, CMYK) of #D121CD is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 33 205 -
CMYK 0 0.84 0.02 0.18
HSL 301.36º 0.73% 0.47% -
HSV(B) 301.36º 0.84% 0.82% -
XYZ 37.86 19.05 59.44 -
YUV 105.23 184.31 202.01 -
System Red Green Blue C M Y K H S L
Decimal 209 33 205 0 0.84 0.02 0.18 301.36 0.73 0.47
Hex D1 21 CD 0 54 2 12 12D 49 2F
Octal 321 41 315 0 124 2 22 455 111 57
Binary 11010001 100001 11001101 0 1010100 10 10010 100101101 1001001 101111

Color Harmonies of #D121CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121CD

Black with #D121CD

Text Example


Text Example

White with #D121CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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