Html Css Color HEX #DD03CA Deep Magenta

📋 copy color: '#DD03CA'

red 221 ◦ green 3 ◦ blue 202

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

Shades of Deep Magenta #DD03CA

Tints of Deep Magenta #DD03CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.42%

R = 51.88%
G = 0.7%
B = 47.42%

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

#DD03CA (or 0xDD03CA) is known color: Deep Magenta. HEX triplet: DD, 03 and CA. RGB value is (221,3,202). Sum of RGB (Red+Green+Blue) = 221+3+202=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03CA is #22FC35. Grayscale: #5A5A5A. Windows color (decimal): -2292790 or 13239261. OLE color: 13239261.

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

Color convert

RGB 221 3 202 -
CMYK 0 0.99 0.09 0.13
HSL 305.23º 0.97% 0.44% -
HSV(B) 305.23º 0.99% 0.87% -
XYZ 40.51 19.7 57.54 -
YUV 90.87 190.72 220.82 -
System Red Green Blue C M Y K H S L
Decimal 221 3 202 0 0.99 0.09 0.13 305.23 0.97 0.44
Hex DD 3 CA 0 63 9 D 131 61 2C
Octal 335 3 312 0 143 11 15 461 141 54
Binary 11011101 11 11001010 0 1100011 1001 1101 100110001 1100001 101100

Color Harmonies of #DD03CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03CA

Black with #DD03CA

Text Example


Text Example

White with #DD03CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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