Html Css Color HEX #DD06BB Deep Magenta

📋 copy color: '#DD06BB'

red 221 ◦ green 6 ◦ blue 187

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

Shades of Deep Magenta #DD06BB

Tints of Deep Magenta #DD06BB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.45%

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 53.38%
G = 1.45%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD06BB (or 0xDD06BB) is known color: Deep Magenta. HEX triplet: DD, 06 and BB. RGB value is (221,6,187). Sum of RGB (Red+Green+Blue) = 221+6+187=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 6 (2.73% from 255 or 1.45% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06BB is #22F944. Grayscale: #5A5A5A. Windows color (decimal): -2292037 or 12256989. OLE color: 12256989.

HSL color Cylindrical-coordinate representation of color #DD06BB: hue angle of 309.49º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD06BB is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 6 187 -
CMYK 0 0.97 0.15 0.13
HSL 309.49º 0.95% 0.45% -
HSV(B) 309.49º 0.97% 0.87% -
XYZ 38.85 19.09 48.65 -
YUV 90.92 182.23 220.78 -
System Red Green Blue C M Y K H S L
Decimal 221 6 187 0 0.97 0.15 0.13 309.49 0.95 0.45
Hex DD 6 BB 0 61 F D 135 5F 2D
Octal 335 6 273 0 141 17 15 465 137 55
Binary 11011101 110 10111011 0 1100001 1111 1101 100110101 1011111 101101

Color Harmonies of #DD06BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06BB

Black with #DD06BB

Text Example


Text Example

White with #DD06BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06BB; }

 p { color: rgb(221,6,187); }

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

background-color css

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

 a { background-color: rgb(221,6,187); }

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

border-color css

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

 span { border-color: rgb(221,6,187); }

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