Html Css Color HEX #DD11BE Deep Magenta

📋 copy color: '#DD11BE'

red 221 ◦ green 17 ◦ blue 190

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

Shades of Deep Magenta #DD11BE

Tints of Deep Magenta #DD11BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.97%

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

R = 51.64%
G = 3.97%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD11BE (or 0xDD11BE) is known color: Deep Magenta. HEX triplet: DD, 11 and BE. RGB value is (221,17,190). Sum of RGB (Red+Green+Blue) = 221+17+190=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11BE is #22EE41. Grayscale: #616161. Windows color (decimal): -2289218 or 12456413. OLE color: 12456413.

HSL color Cylindrical-coordinate representation of color #DD11BE: hue angle of 309.12º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD11BE is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 17 190 -
CMYK 0 0.92 0.14 0.13
HSL 309.12º 0.86% 0.47% -
HSV(B) 309.12º 0.92% 0.87% -
XYZ 39.31 19.49 50.41 -
YUV 97.72 180.09 215.93 -
System Red Green Blue C M Y K H S L
Decimal 221 17 190 0 0.92 0.14 0.13 309.12 0.86 0.47
Hex DD 11 BE 0 5C E D 135 56 2F
Octal 335 21 276 0 134 16 15 465 126 57
Binary 11011101 10001 10111110 0 1011100 1110 1101 100110101 1010110 101111

Color Harmonies of #DD11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD11BE

Black with #DD11BE

Text Example


Text Example

White with #DD11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD11BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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