Html Css Color HEX #DD06BF Deep Magenta

📋 copy color: '#DD06BF'

red 221 ◦ green 6 ◦ blue 191

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

Shades of Deep Magenta #DD06BF

Tints of Deep Magenta #DD06BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.69%

R = 52.87%
G = 1.44%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD06BF (or 0xDD06BF) is known color: Deep Magenta. HEX triplet: DD, 06 and BF. RGB value is (221,6,191). Sum of RGB (Red+Green+Blue) = 221+6+191=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06BF is #22F940. Grayscale: #5A5A5A. Windows color (decimal): -2292033 or 12519133. OLE color: 12519133.

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

Color convert

RGB 221 6 191 -
CMYK 0 0.97 0.14 0.13
HSL 308.37º 0.95% 0.45% -
HSV(B) 308.37º 0.97% 0.87% -
XYZ 39.29 19.26 50.94 -
YUV 91.38 184.23 220.46 -
System Red Green Blue C M Y K H S L
Decimal 221 6 191 0 0.97 0.14 0.13 308.37 0.95 0.45
Hex DD 6 BF 0 61 E D 134 5F 2D
Octal 335 6 277 0 141 16 15 464 137 55
Binary 11011101 110 10111111 0 1100001 1110 1101 100110100 1011111 101101

Color Harmonies of #DD06BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06BF

Black with #DD06BF

Text Example


Text Example

White with #DD06BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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