Html Css Color HEX #DD08CD Deep Magenta

📋 copy color: '#DD08CD'

red 221 ◦ green 8 ◦ blue 205

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

Shades of Deep Magenta #DD08CD

Tints of Deep Magenta #DD08CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 50.92%
G = 1.84%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD08CD (or 0xDD08CD) is known color: Deep Magenta. HEX triplet: DD, 08 and CD. RGB value is (221,8,205). Sum of RGB (Red+Green+Blue) = 221+8+205=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08CD is #22F732. Grayscale: #5D5D5D. Windows color (decimal): -2291507 or 13437149. OLE color: 13437149.

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

Color convert

RGB 221 8 205 -
CMYK 0 0.96 0.07 0.13
HSL 304.51º 0.93% 0.45% -
HSV(B) 304.51º 0.96% 0.87% -
XYZ 40.93 19.95 59.45 -
YUV 94.15 190.57 218.48 -
System Red Green Blue C M Y K H S L
Decimal 221 8 205 0 0.96 0.07 0.13 304.51 0.93 0.45
Hex DD 8 CD 0 60 7 D 131 5D 2D
Octal 335 10 315 0 140 7 15 461 135 55
Binary 11011101 1000 11001101 0 1100000 111 1101 100110001 1011101 101101

Color Harmonies of #DD08CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08CD

Black with #DD08CD

Text Example


Text Example

White with #DD08CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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