Html Css Color HEX #DD08D3 Deep Magenta

📋 copy color: '#DD08D3'

red 221 ◦ green 8 ◦ blue 211

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

Shades of Deep Magenta #DD08D3

Tints of Deep Magenta #DD08D3

RGB

 RED value IS 221 (86.72% from 255) = 50.23%

 GREEN value IS 8 (3.52% from 255) = 1.82%

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

R = 50.23%
G = 1.82%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD08D3 (or 0xDD08D3) is known color: Deep Magenta. HEX triplet: DD, 08 and D3. RGB value is (221,8,211). Sum of RGB (Red+Green+Blue) = 221+8+211=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 8 (3.52% from 255 or 1.82% from 440); Blue value is 211 (82.81% from 255 or 47.95% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08D3 is #22F72C. Grayscale: #5E5E5E. Windows color (decimal): -2291501 or 13830365. OLE color: 13830365.

HSL color Cylindrical-coordinate representation of color #DD08D3: hue angle of 302.82º degrees, saturation: 0.93, 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 #DD08D3 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 211 -
CMYK 0 0.96 0.05 0.13
HSL 302.82º 0.93% 0.45% -
HSV(B) 302.82º 0.96% 0.87% -
XYZ 41.66 20.25 63.34 -
YUV 94.83 193.57 217.99 -
System Red Green Blue C M Y K H S L
Decimal 221 8 211 0 0.96 0.05 0.13 302.82 0.93 0.45
Hex DD 8 D3 0 60 5 D 12F 5D 2D
Octal 335 10 323 0 140 5 15 457 135 55
Binary 11011101 1000 11010011 0 1100000 101 1101 100101111 1011101 101101

Color Harmonies of #DD08D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08D3

Black with #DD08D3

Text Example


Text Example

White with #DD08D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08D3; }

 p { color: rgb(221,8,211); }

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

background-color css

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

 a { background-color: rgb(221,8,211); }

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

border-color css

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

 span { border-color: rgb(221,8,211); }

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