Html Css Color HEX #D109D1 Deep Magenta

📋 copy color: '#D109D1'

red 209 ◦ green 9 ◦ blue 209

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

Shades of Deep Magenta #D109D1

Tints of Deep Magenta #D109D1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.11%

 BLUE value IS 209 (82.03% from 255) = 48.95%

R = 48.95%
G = 2.11%
B = 48.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D109D1 (or 0xD109D1) is known color: Deep Magenta. HEX triplet: D1, 09 and D1. RGB value is (209,9,209). Sum of RGB (Red+Green+Blue) = 209+9+209=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D109D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D109D1 is #2EF62E. Grayscale: #5A5A5A. Windows color (decimal): -3077679 or 13699537. OLE color: 13699537.

HSL color Cylindrical-coordinate representation of color #D109D1: hue angle of 300º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D109D1 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 9 209 -
CMYK 0 0.96 0 0.18
HSL 300º 0.92% 0.43% -
HSV(B) 300º 0.96% 0.82% -
XYZ 37.9 18.35 61.87 -
YUV 91.6 194.26 211.74 -
System Red Green Blue C M Y K H S L
Decimal 209 9 209 0 0.96 0 0.18 300 0.92 0.43
Hex D1 9 D1 0 60 0 12 12C 5C 2B
Octal 321 11 321 0 140 0 22 454 134 53
Binary 11010001 1001 11010001 0 1100000 0 10010 100101100 1011100 101011

Color Harmonies of #D109D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D109D1

Black with #D109D1

Text Example


Text Example

White with #D109D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D109D1; }

 p { color: rgb(209,9,209); }

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

background-color css

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

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

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

border-color css

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

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

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