Html Css Color HEX #D121CC Deep Magenta

📋 copy color: '#D121CC'

red 209 ◦ green 33 ◦ blue 204

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

Shades of Deep Magenta #D121CC

Tints of Deep Magenta #D121CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 46.86%
G = 7.4%
B = 45.74%

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

#D121CC (or 0xD121CC) is known color: Deep Magenta. HEX triplet: D1, 21 and CC. RGB value is (209,33,204). Sum of RGB (Red+Green+Blue) = 209+33+204=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D121CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D121CC is #2EDE33. Grayscale: #686868. Windows color (decimal): -3071540 or 13378001. OLE color: 13378001.

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

Color convert

RGB 209 33 204 -
CMYK 0 0.84 0.02 0.18
HSL 301.7º 0.73% 0.47% -
HSV(B) 301.7º 0.84% 0.82% -
XYZ 37.74 19 58.81 -
YUV 105.12 183.81 202.1 -
System Red Green Blue C M Y K H S L
Decimal 209 33 204 0 0.84 0.02 0.18 301.7 0.73 0.47
Hex D1 21 CC 0 54 2 12 12E 49 2F
Octal 321 41 314 0 124 2 22 456 111 57
Binary 11010001 100001 11001100 0 1010100 10 10010 100101110 1001001 101111

Color Harmonies of #D121CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121CC

Black with #D121CC

Text Example


Text Example

White with #D121CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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