Html Css Color HEX #DD05BE Deep Magenta

📋 copy color: '#DD05BE'

red 221 ◦ green 5 ◦ blue 190

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

Shades of Deep Magenta #DD05BE

Tints of Deep Magenta #DD05BE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

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

R = 53.13%
G = 1.2%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD05BE (or 0xDD05BE) is known color: Deep Magenta. HEX triplet: DD, 05 and BE. RGB value is (221,5,190). Sum of RGB (Red+Green+Blue) = 221+5+190=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05BE is #22FA41. Grayscale: #5A5A5A. Windows color (decimal): -2292290 or 12453341. OLE color: 12453341.

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

Color convert

RGB 221 5 190 -
CMYK 0 0.98 0.14 0.13
HSL 308.61º 0.96% 0.44% -
HSV(B) 308.61º 0.98% 0.87% -
XYZ 39.17 19.2 50.36 -
YUV 90.67 184.06 220.96 -
System Red Green Blue C M Y K H S L
Decimal 221 5 190 0 0.98 0.14 0.13 308.61 0.96 0.44
Hex DD 5 BE 0 62 E D 135 60 2C
Octal 335 5 276 0 142 16 15 465 140 54
Binary 11011101 101 10111110 0 1100010 1110 1101 100110101 1100000 101100

Color Harmonies of #DD05BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05BE

Black with #DD05BE

Text Example


Text Example

White with #DD05BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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