Html Css Color HEX #DD03C3 Deep Magenta

📋 copy color: '#DD03C3'

red 221 ◦ green 3 ◦ blue 195

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

Shades of Deep Magenta #DD03C3

Tints of Deep Magenta #DD03C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.54%

R = 52.74%
G = 0.72%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD03C3 (or 0xDD03C3) is known color: Deep Magenta. HEX triplet: DD, 03 and C3. RGB value is (221,3,195). Sum of RGB (Red+Green+Blue) = 221+3+195=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03C3 is #22FC3C. Grayscale: #595959. Windows color (decimal): -2292797 or 12780509. OLE color: 12780509.

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

Color convert

RGB 221 3 195 -
CMYK 0 0.99 0.12 0.13
HSL 307.16º 0.97% 0.44% -
HSV(B) 307.16º 0.99% 0.87% -
XYZ 39.7 19.38 53.28 -
YUV 90.07 187.22 221.39 -
System Red Green Blue C M Y K H S L
Decimal 221 3 195 0 0.99 0.12 0.13 307.16 0.97 0.44
Hex DD 3 C3 0 63 C D 133 61 2C
Octal 335 3 303 0 143 14 15 463 141 54
Binary 11011101 11 11000011 0 1100011 1100 1101 100110011 1100001 101100

Color Harmonies of #DD03C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03C3

Black with #DD03C3

Text Example


Text Example

White with #DD03C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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