Html Css Color HEX #DD06CF Deep Magenta

📋 copy color: '#DD06CF'

red 221 ◦ green 6 ◦ blue 207

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

Shades of Deep Magenta #DD06CF

Tints of Deep Magenta #DD06CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 50.92%
G = 1.38%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD06CF (or 0xDD06CF) is known color: Deep Magenta. HEX triplet: DD, 06 and CF. RGB value is (221,6,207). Sum of RGB (Red+Green+Blue) = 221+6+207=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 6 (2.73% from 255 or 1.38% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06CF is #22F930. Grayscale: #5C5C5C. Windows color (decimal): -2292017 or 13567709. OLE color: 13567709.

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

Color convert

RGB 221 6 207 -
CMYK 0 0.97 0.06 0.13
HSL 303.91º 0.95% 0.45% -
HSV(B) 303.91º 0.97% 0.87% -
XYZ 41.15 20.01 60.72 -
YUV 93.2 192.23 219.16 -
System Red Green Blue C M Y K H S L
Decimal 221 6 207 0 0.97 0.06 0.13 303.91 0.95 0.45
Hex DD 6 CF 0 61 6 D 130 5F 2D
Octal 335 6 317 0 141 6 15 460 137 55
Binary 11011101 110 11001111 0 1100001 110 1101 100110000 1011111 101101

Color Harmonies of #DD06CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06CF

Black with #DD06CF

Text Example


Text Example

White with #DD06CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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