Html Css Color HEX #D00DD1 Deep Magenta

📋 copy color: '#D00DD1'

red 208 ◦ green 13 ◦ blue 209

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

Shades of Deep Magenta #D00DD1

Tints of Deep Magenta #D00DD1

RGB

 RED value IS 208 (81.64% from 255) = 48.37%

 GREEN value IS 13 (5.47% from 255) = 3.02%

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

R = 48.37%
G = 3.02%
B = 48.6%

CMYK

 C value IS 0.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D00DD1 (or 0xD00DD1) is known color: Deep Magenta. HEX triplet: D0, 0D and D1. RGB value is (208,13,209). Sum of RGB (Red+Green+Blue) = 208+13+209=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #D00DD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DD1 is #2FF22E. Grayscale: #5D5D5D. Windows color (decimal): -3142191 or 13700560. OLE color: 13700560.

HSL color Cylindrical-coordinate representation of color #D00DD1: hue angle of 299.69º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00DD1 is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 13 209 -
CMYK 0.00 0.94 0 0.18
HSL 299.69º 0.88% 0.44% -
HSV(B) 299.69º 0.94% 0.82% -
XYZ 37.66 18.3 61.87 -
YUV 93.65 193.1 209.56 -
System Red Green Blue C M Y K H S L
Decimal 208 13 209 0.00 0.94 0 0.18 299.69 0.88 0.44
Hex D0 D D1 0 5E 0 12 12C 58 2C
Octal 320 15 321 0 136 0 22 454 130 54
Binary 11010000 1101 11010001 0 1011110 0 10010 100101100 1011000 101100

Color Harmonies of #D00DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DD1

Black with #D00DD1

Text Example


Text Example

White with #D00DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DD1; }

 p { color: rgb(208,13,209); }

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

background-color css

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

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

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

border-color css

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

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

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