Html Css Color HEX #DD21CF Deep Magenta

📋 copy color: '#DD21CF'

red 221 ◦ green 33 ◦ blue 207

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

Shades of Deep Magenta #DD21CF

Tints of Deep Magenta #DD21CF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.16%

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

R = 47.94%
G = 7.16%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD21CF (or 0xDD21CF) is known color: Deep Magenta. HEX triplet: DD, 21 and CF. RGB value is (221,33,207). Sum of RGB (Red+Green+Blue) = 221+33+207=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21CF is #22DE30. Grayscale: #6C6C6C. Windows color (decimal): -2285105 or 13574621. OLE color: 13574621.

HSL color Cylindrical-coordinate representation of color #DD21CF: hue angle of 304.47º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD21CF is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 33 207 -
CMYK 0 0.85 0.06 0.13
HSL 304.47º 0.74% 0.5% -
HSV(B) 304.47º 0.85% 0.87% -
XYZ 41.63 20.96 60.88 -
YUV 109.05 183.28 207.85 -
System Red Green Blue C M Y K H S L
Decimal 221 33 207 0 0.85 0.06 0.13 304.47 0.74 0.5
Hex DD 21 CF 0 55 6 D 130 4A 32
Octal 335 41 317 0 125 6 15 460 112 62
Binary 11011101 100001 11001111 0 1010101 110 1101 100110000 1001010 110010

Color Harmonies of #DD21CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD21CF

Black with #DD21CF

Text Example


Text Example

White with #DD21CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD21CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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