Html Css Color HEX #DD03C1 Deep Magenta

📋 copy color: '#DD03C1'

red 221 ◦ green 3 ◦ blue 193

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

Shades of Deep Magenta #DD03C1

Tints of Deep Magenta #DD03C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.28%

R = 53%
G = 0.72%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD03C1 (or 0xDD03C1) is known color: Deep Magenta. HEX triplet: DD, 03 and C1. RGB value is (221,3,193). Sum of RGB (Red+Green+Blue) = 221+3+193=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03C1 is #22FC3E. Grayscale: #595959. Windows color (decimal): -2292799 or 12649437. OLE color: 12649437.

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

Color convert

RGB 221 3 193 -
CMYK 0 0.99 0.13 0.13
HSL 307.71º 0.97% 0.44% -
HSV(B) 307.71º 0.99% 0.87% -
XYZ 39.48 19.29 52.09 -
YUV 89.84 186.22 221.55 -
System Red Green Blue C M Y K H S L
Decimal 221 3 193 0 0.99 0.13 0.13 307.71 0.97 0.44
Hex DD 3 C1 0 63 D D 134 61 2C
Octal 335 3 301 0 143 15 15 464 141 54
Binary 11011101 11 11000001 0 1100011 1101 1101 100110100 1100001 101100

Color Harmonies of #DD03C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03C1

Black with #DD03C1

Text Example


Text Example

White with #DD03C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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