Html Css Color HEX #DD03C9 Deep Magenta

📋 copy color: '#DD03C9'

red 221 ◦ green 3 ◦ blue 201

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

Shades of Deep Magenta #DD03C9

Tints of Deep Magenta #DD03C9

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.71%

 BLUE value IS 201 (78.91% from 255) = 47.29%

R = 52%
G = 0.71%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD03C9 (or 0xDD03C9) is known color: Deep Magenta. HEX triplet: DD, 03 and C9. RGB value is (221,3,201). Sum of RGB (Red+Green+Blue) = 221+3+201=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03C9 is #22FC36. Grayscale: #5A5A5A. Windows color (decimal): -2292791 or 13173725. OLE color: 13173725.

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

Color convert

RGB 221 3 201 -
CMYK 0 0.99 0.09 0.13
HSL 305.5º 0.97% 0.44% -
HSV(B) 305.5º 0.99% 0.87% -
XYZ 40.39 19.65 56.92 -
YUV 90.75 190.22 220.9 -
System Red Green Blue C M Y K H S L
Decimal 221 3 201 0 0.99 0.09 0.13 305.5 0.97 0.44
Hex DD 3 C9 0 63 9 D 132 61 2C
Octal 335 3 311 0 143 11 15 462 141 54
Binary 11011101 11 11001001 0 1100011 1001 1101 100110010 1100001 101100

Color Harmonies of #DD03C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03C9

Black with #DD03C9

Text Example


Text Example

White with #DD03C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03C9; }

 p { color: rgb(221,3,201); }

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

background-color css

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

 a { background-color: rgb(221,3,201); }

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

border-color css

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

 span { border-color: rgb(221,3,201); }

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