Html Css Color HEX #DD0DCE Deep Magenta

📋 copy color: '#DD0DCE'

red 221 ◦ green 13 ◦ blue 206

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

Shades of Deep Magenta #DD0DCE

Tints of Deep Magenta #DD0DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.95%

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

R = 50.23%
G = 2.95%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD0DCE (or 0xDD0DCE) is known color: Deep Magenta. HEX triplet: DD, 0D and CE. RGB value is (221,13,206). Sum of RGB (Red+Green+Blue) = 221+13+206=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DCE is #22F231. Grayscale: #606060. Windows color (decimal): -2290226 or 13503965. OLE color: 13503965.

HSL color Cylindrical-coordinate representation of color #DD0DCE: hue angle of 304.33º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0DCE is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 13 206 -
CMYK 0 0.94 0.07 0.13
HSL 304.33º 0.89% 0.46% -
HSV(B) 304.33º 0.94% 0.87% -
XYZ 41.1 20.12 60.11 -
YUV 97.19 189.41 216.31 -
System Red Green Blue C M Y K H S L
Decimal 221 13 206 0 0.94 0.07 0.13 304.33 0.89 0.46
Hex DD D CE 0 5E 7 D 130 59 2E
Octal 335 15 316 0 136 7 15 460 131 56
Binary 11011101 1101 11001110 0 1011110 111 1101 100110000 1011001 101110

Color Harmonies of #DD0DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0DCE

Black with #DD0DCE

Text Example


Text Example

White with #DD0DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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