Html Css Color HEX #DD08CE Deep Magenta

📋 copy color: '#DD08CE'

red 221 ◦ green 8 ◦ blue 206

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

Shades of Deep Magenta #DD08CE

Tints of Deep Magenta #DD08CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 50.8%
G = 1.84%
B = 47.36%

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

#DD08CE (or 0xDD08CE) is known color: Deep Magenta. HEX triplet: DD, 08 and CE. RGB value is (221,8,206). Sum of RGB (Red+Green+Blue) = 221+8+206=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 8 (3.52% from 255 or 1.84% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08CE is #22F731. Grayscale: #5D5D5D. Windows color (decimal): -2291506 or 13502685. OLE color: 13502685.

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

Color convert

RGB 221 8 206 -
CMYK 0 0.96 0.07 0.13
HSL 304.23º 0.93% 0.45% -
HSV(B) 304.23º 0.96% 0.87% -
XYZ 41.05 20 60.09 -
YUV 94.26 191.07 218.4 -
System Red Green Blue C M Y K H S L
Decimal 221 8 206 0 0.96 0.07 0.13 304.23 0.93 0.45
Hex DD 8 CE 0 60 7 D 130 5D 2D
Octal 335 10 316 0 140 7 15 460 135 55
Binary 11011101 1000 11001110 0 1100000 111 1101 100110000 1011101 101101

Color Harmonies of #DD08CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08CE

Black with #DD08CE

Text Example


Text Example

White with #DD08CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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