Html Css Color HEX #DD0DBE Deep Magenta

📋 copy color: '#DD0DBE'

red 221 ◦ green 13 ◦ blue 190

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

Shades of Deep Magenta #DD0DBE

Tints of Deep Magenta #DD0DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 52.12%
G = 3.07%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD0DBE (or 0xDD0DBE) is known color: Deep Magenta. HEX triplet: DD, 0D and BE. RGB value is (221,13,190). Sum of RGB (Red+Green+Blue) = 221+13+190=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DBE is #22F241. Grayscale: #5E5E5E. Windows color (decimal): -2290242 or 12455389. OLE color: 12455389.

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

Color convert

RGB 221 13 190 -
CMYK 0 0.94 0.14 0.13
HSL 308.94º 0.89% 0.46% -
HSV(B) 308.94º 0.94% 0.87% -
XYZ 39.26 19.38 50.39 -
YUV 95.37 181.41 217.61 -
System Red Green Blue C M Y K H S L
Decimal 221 13 190 0 0.94 0.14 0.13 308.94 0.89 0.46
Hex DD D BE 0 5E E D 135 59 2E
Octal 335 15 276 0 136 16 15 465 131 56
Binary 11011101 1101 10111110 0 1011110 1110 1101 100110101 1011001 101110

Color Harmonies of #DD0DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0DBE

Black with #DD0DBE

Text Example


Text Example

White with #DD0DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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