Html Css Color HEX #D100DD Deep Magenta

📋 copy color: '#D100DD'

red 209 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #D100DD

Tints of Deep Magenta #D100DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.6%
G = 0%
B = 51.4%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D100DD (or 0xD100DD) is known color: Deep Magenta. HEX triplet: D1, 00 and DD. RGB value is (209,0,221). Sum of RGB (Red+Green+Blue) = 209+0+221=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #D100DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D100DD is #2EFF22. Grayscale: #575757. Windows color (decimal): -3079971 or 14483665. OLE color: 14483665.

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

Color convert

RGB 209 0 221 -
CMYK 0.05 1 0 0.13
HSL 296.74º 1% 0.43% -
HSV(B) 296.74º 1% 0.87% -
XYZ 39.35 18.78 69.96 -
YUV 87.69 203.24 214.53 -
System Red Green Blue C M Y K H S L
Decimal 209 0 221 0.05 1 0 0.13 296.74 1 0.43
Hex D1 0 DD 5 64 0 D 129 64 2B
Octal 321 0 335 5 144 0 15 451 144 53
Binary 11010001 0 11011101 101 1100100 0 1101 100101001 1100100 101011

Color Harmonies of #D100DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D100DD

Black with #D100DD

Text Example


Text Example

White with #D100DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D100DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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