Html Css Color HEX #D00DD3 Deep Magenta

📋 copy color: '#D00DD3'

red 208 ◦ green 13 ◦ blue 211

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

Shades of Deep Magenta #D00DD3

Tints of Deep Magenta #D00DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.84%

R = 48.15%
G = 3.01%
B = 48.84%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D00DD3 (or 0xD00DD3) is known color: Deep Magenta. HEX triplet: D0, 0D and D3. RGB value is (208,13,211). Sum of RGB (Red+Green+Blue) = 208+13+211=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #D00DD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DD3 is #2FF22C. Grayscale: #5D5D5D. Windows color (decimal): -3142189 or 13831632. OLE color: 13831632.

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

Color convert

RGB 208 13 211 -
CMYK 0.01 0.94 0 0.17
HSL 299.09º 0.88% 0.44% -
HSV(B) 299.09º 0.94% 0.83% -
XYZ 37.91 18.4 63.18 -
YUV 93.88 194.1 209.4 -
System Red Green Blue C M Y K H S L
Decimal 208 13 211 0.01 0.94 0 0.17 299.09 0.88 0.44
Hex D0 D D3 1 5E 0 11 12B 58 2C
Octal 320 15 323 1 136 0 21 453 130 54
Binary 11010000 1101 11010011 1 1011110 0 10001 100101011 1011000 101100

Color Harmonies of #D00DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DD3

Black with #D00DD3

Text Example


Text Example

White with #D00DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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