Html Css Color HEX #DD02CD Deep Magenta

📋 copy color: '#DD02CD'

red 221 ◦ green 2 ◦ blue 205

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

Shades of Deep Magenta #DD02CD

Tints of Deep Magenta #DD02CD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 51.64%
G = 0.47%
B = 47.9%

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

#DD02CD (or 0xDD02CD) is known color: Deep Magenta. HEX triplet: DD, 02 and CD. RGB value is (221,2,205). Sum of RGB (Red+Green+Blue) = 221+2+205=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02CD is #22FD32. Grayscale: #5A5A5A. Windows color (decimal): -2293043 or 13435613. OLE color: 13435613.

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

Color convert

RGB 221 2 205 -
CMYK 0 0.99 0.07 0.13
HSL 304.38º 0.98% 0.44% -
HSV(B) 304.38º 0.99% 0.87% -
XYZ 40.86 19.82 59.43 -
YUV 90.62 192.55 220.99 -
System Red Green Blue C M Y K H S L
Decimal 221 2 205 0 0.99 0.07 0.13 304.38 0.98 0.44
Hex DD 2 CD 0 63 7 D 130 62 2C
Octal 335 2 315 0 143 7 15 460 142 54
Binary 11011101 10 11001101 0 1100011 111 1101 100110000 1100010 101100

Color Harmonies of #DD02CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02CD

Black with #DD02CD

Text Example


Text Example

White with #DD02CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02CD; }

 p { color: rgb(221,2,205); }

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

background-color css

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

 a { background-color: rgb(221,2,205); }

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

border-color css

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

 span { border-color: rgb(221,2,205); }

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