Html Css Color HEX #DD08D4 Deep Magenta

📋 copy color: '#DD08D4'

red 221 ◦ green 8 ◦ blue 212

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

Shades of Deep Magenta #DD08D4

Tints of Deep Magenta #DD08D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.07%

R = 50.11%
G = 1.81%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD08D4 (or 0xDD08D4) is known color: Deep Magenta. HEX triplet: DD, 08 and D4. RGB value is (221,8,212). Sum of RGB (Red+Green+Blue) = 221+8+212=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 8 (3.52% from 255 or 1.81% from 441); Blue value is 212 (83.20% from 255 or 48.07% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08D4 is #22F72B. Grayscale: #5E5E5E. Windows color (decimal): -2291500 or 13895901. OLE color: 13895901.

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

Color convert

RGB 221 8 212 -
CMYK 0 0.96 0.04 0.13
HSL 302.54º 0.93% 0.45% -
HSV(B) 302.54º 0.96% 0.87% -
XYZ 41.79 20.3 64 -
YUV 94.94 194.07 217.91 -
System Red Green Blue C M Y K H S L
Decimal 221 8 212 0 0.96 0.04 0.13 302.54 0.93 0.45
Hex DD 8 D4 0 60 4 D 12F 5D 2D
Octal 335 10 324 0 140 4 15 457 135 55
Binary 11011101 1000 11010100 0 1100000 100 1101 100101111 1011101 101101

Color Harmonies of #DD08D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08D4

Black with #DD08D4

Text Example


Text Example

White with #DD08D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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