Html Css Color HEX #D121CA Deep Magenta

📋 copy color: '#D121CA'

red 209 ◦ green 33 ◦ blue 202

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

Shades of Deep Magenta #D121CA

Tints of Deep Magenta #D121CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 47.07%
G = 7.43%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D121CA (or 0xD121CA) is known color: Deep Magenta. HEX triplet: D1, 21 and CA. RGB value is (209,33,202). Sum of RGB (Red+Green+Blue) = 209+33+202=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D121CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D121CA is #2EDE35. Grayscale: #686868. Windows color (decimal): -3071542 or 13246929. OLE color: 13246929.

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

Color convert

RGB 209 33 202 -
CMYK 0 0.84 0.03 0.18
HSL 302.39º 0.73% 0.47% -
HSV(B) 302.39º 0.84% 0.82% -
XYZ 37.5 18.91 57.55 -
YUV 104.89 182.81 202.26 -
System Red Green Blue C M Y K H S L
Decimal 209 33 202 0 0.84 0.03 0.18 302.39 0.73 0.47
Hex D1 21 CA 0 54 3 12 12E 49 2F
Octal 321 41 312 0 124 3 22 456 111 57
Binary 11010001 100001 11001010 0 1010100 11 10010 100101110 1001001 101111

Color Harmonies of #D121CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121CA

Black with #D121CA

Text Example


Text Example

White with #D121CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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