Html Css Color HEX #DD08CC Deep Magenta

📋 copy color: '#DD08CC'

red 221 ◦ green 8 ◦ blue 204

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

Shades of Deep Magenta #DD08CC

Tints of Deep Magenta #DD08CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 51.04%
G = 1.85%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD08CC (or 0xDD08CC) is known color: Deep Magenta. HEX triplet: DD, 08 and CC. RGB value is (221,8,204). Sum of RGB (Red+Green+Blue) = 221+8+204=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08CC is #22F733. Grayscale: #5D5D5D. Windows color (decimal): -2291508 or 13371613. OLE color: 13371613.

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

Color convert

RGB 221 8 204 -
CMYK 0 0.96 0.08 0.13
HSL 304.79º 0.93% 0.45% -
HSV(B) 304.79º 0.96% 0.87% -
XYZ 40.8 19.91 58.82 -
YUV 94.03 190.07 218.56 -
System Red Green Blue C M Y K H S L
Decimal 221 8 204 0 0.96 0.08 0.13 304.79 0.93 0.45
Hex DD 8 CC 0 60 8 D 131 5D 2D
Octal 335 10 314 0 140 10 15 461 135 55
Binary 11011101 1000 11001100 0 1100000 1000 1101 100110001 1011101 101101

Color Harmonies of #DD08CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08CC

Black with #DD08CC

Text Example


Text Example

White with #DD08CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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