Html Css Color HEX #D109DD Deep Magenta

📋 copy color: '#D109DD'

red 209 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #D109DD

Tints of Deep Magenta #D109DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 47.61%
G = 2.05%
B = 50.34%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D109DD (or 0xD109DD) is known color: Deep Magenta. HEX triplet: D1, 09 and DD. RGB value is (209,9,221). Sum of RGB (Red+Green+Blue) = 209+9+221=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 9 (3.91% from 255 or 2.05% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #D109DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D109DD is #2EF622. Grayscale: #5C5C5C. Windows color (decimal): -3077667 or 14485969. OLE color: 14485969.

HSL color Cylindrical-coordinate representation of color #D109DD: hue angle of 296.6º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D109DD is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 9 221 -
CMYK 0.05 0.96 0 0.13
HSL 296.6º 0.92% 0.45% -
HSV(B) 296.6º 0.96% 0.87% -
XYZ 39.44 18.97 69.99 -
YUV 92.97 200.26 210.76 -
System Red Green Blue C M Y K H S L
Decimal 209 9 221 0.05 0.96 0 0.13 296.6 0.92 0.45
Hex D1 9 DD 5 60 0 D 129 5C 2D
Octal 321 11 335 5 140 0 15 451 134 55
Binary 11010001 1001 11011101 101 1100000 0 1101 100101001 1011100 101101

Color Harmonies of #D109DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D109DD

Black with #D109DD

Text Example


Text Example

White with #D109DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D109DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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