Html Css Color HEX #DD08D6 Deep Magenta

📋 copy color: '#DD08D6'

red 221 ◦ green 8 ◦ blue 214

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

Shades of Deep Magenta #DD08D6

Tints of Deep Magenta #DD08D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.31%

R = 49.89%
G = 1.81%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD08D6 (or 0xDD08D6) is known color: Deep Magenta. HEX triplet: DD, 08 and D6. RGB value is (221,8,214). Sum of RGB (Red+Green+Blue) = 221+8+214=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08D6 is #22F729. Grayscale: #5E5E5E. Windows color (decimal): -2291498 or 14026973. OLE color: 14026973.

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

Color convert

RGB 221 8 214 -
CMYK 0 0.96 0.03 0.13
HSL 301.97º 0.93% 0.45% -
HSV(B) 301.97º 0.96% 0.87% -
XYZ 42.04 20.4 65.34 -
YUV 95.17 195.07 217.75 -
System Red Green Blue C M Y K H S L
Decimal 221 8 214 0 0.96 0.03 0.13 301.97 0.93 0.45
Hex DD 8 D6 0 60 3 D 12E 5D 2D
Octal 335 10 326 0 140 3 15 456 135 55
Binary 11011101 1000 11010110 0 1100000 11 1101 100101110 1011101 101101

Color Harmonies of #DD08D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08D6

Black with #DD08D6

Text Example


Text Example

White with #DD08D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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