Html Css Color HEX #DD02D0 Deep Magenta

📋 copy color: '#DD02D0'

red 221 ◦ green 2 ◦ blue 208

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

Shades of Deep Magenta #DD02D0

Tints of Deep Magenta #DD02D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 51.28%
G = 0.46%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD02D0 (or 0xDD02D0) is known color: Deep Magenta. HEX triplet: DD, 02 and D0. RGB value is (221,2,208). Sum of RGB (Red+Green+Blue) = 221+2+208=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02D0 is #22FD2F. Grayscale: #5A5A5A. Windows color (decimal): -2293040 or 13632221. OLE color: 13632221.

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

Color convert

RGB 221 2 208 -
CMYK 0 0.99 0.06 0.13
HSL 303.56º 0.98% 0.44% -
HSV(B) 303.56º 0.99% 0.87% -
XYZ 41.23 19.97 61.36 -
YUV 90.97 194.05 220.75 -
System Red Green Blue C M Y K H S L
Decimal 221 2 208 0 0.99 0.06 0.13 303.56 0.98 0.44
Hex DD 2 D0 0 63 6 D 130 62 2C
Octal 335 2 320 0 143 6 15 460 142 54
Binary 11011101 10 11010000 0 1100011 110 1101 100110000 1100010 101100

Color Harmonies of #DD02D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02D0

Black with #DD02D0

Text Example


Text Example

White with #DD02D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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