Html Css Color HEX #DD03CE Deep Magenta

📋 copy color: '#DD03CE'

red 221 ◦ green 3 ◦ blue 206

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

Shades of Deep Magenta #DD03CE

Tints of Deep Magenta #DD03CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 51.4%
G = 0.7%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD03CE (or 0xDD03CE) is known color: Deep Magenta. HEX triplet: DD, 03 and CE. RGB value is (221,3,206). Sum of RGB (Red+Green+Blue) = 221+3+206=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03CE is #22FC31. Grayscale: #5A5A5A. Windows color (decimal): -2292786 or 13501405. OLE color: 13501405.

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

Color convert

RGB 221 3 206 -
CMYK 0 0.99 0.07 0.13
HSL 304.13º 0.97% 0.44% -
HSV(B) 304.13º 0.99% 0.87% -
XYZ 40.99 19.89 60.07 -
YUV 91.32 192.72 220.49 -
System Red Green Blue C M Y K H S L
Decimal 221 3 206 0 0.99 0.07 0.13 304.13 0.97 0.44
Hex DD 3 CE 0 63 7 D 130 61 2C
Octal 335 3 316 0 143 7 15 460 141 54
Binary 11011101 11 11001110 0 1100011 111 1101 100110000 1100001 101100

Color Harmonies of #DD03CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03CE

Black with #DD03CE

Text Example


Text Example

White with #DD03CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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