Html Css Color HEX #DD03CB Deep Magenta

📋 copy color: '#DD03CB'

red 221 ◦ green 3 ◦ blue 203

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

Shades of Deep Magenta #DD03CB

Tints of Deep Magenta #DD03CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 51.76%
G = 0.7%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD03CB (or 0xDD03CB) is known color: Deep Magenta. HEX triplet: DD, 03 and CB. RGB value is (221,3,203). Sum of RGB (Red+Green+Blue) = 221+3+203=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03CB is #22FC34. Grayscale: #5A5A5A. Windows color (decimal): -2292789 or 13304797. OLE color: 13304797.

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

Color convert

RGB 221 3 203 -
CMYK 0 0.99 0.08 0.13
HSL 304.95º 0.97% 0.44% -
HSV(B) 304.95º 0.99% 0.87% -
XYZ 40.63 19.75 58.17 -
YUV 90.98 191.22 220.74 -
System Red Green Blue C M Y K H S L
Decimal 221 3 203 0 0.99 0.08 0.13 304.95 0.97 0.44
Hex DD 3 CB 0 63 8 D 131 61 2C
Octal 335 3 313 0 143 10 15 461 141 54
Binary 11011101 11 11001011 0 1100011 1000 1101 100110001 1100001 101100

Color Harmonies of #DD03CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03CB

Black with #DD03CB

Text Example


Text Example

White with #DD03CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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