Html Css Color HEX #DD02BA Deep Magenta

📋 copy color: '#DD02BA'

red 221 ◦ green 2 ◦ blue 186

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

Shades of Deep Magenta #DD02BA

Tints of Deep Magenta #DD02BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 54.03%
G = 0.49%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD02BA (or 0xDD02BA) is known color: Deep Magenta. HEX triplet: DD, 02 and BA. RGB value is (221,2,186). Sum of RGB (Red+Green+Blue) = 221+2+186=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02BA is #22FD45. Grayscale: #575757. Windows color (decimal): -2293062 or 12190429. OLE color: 12190429.

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

Color convert

RGB 221 2 186 -
CMYK 0 0.99 0.16 0.13
HSL 309.59º 0.98% 0.44% -
HSV(B) 309.59º 0.99% 0.87% -
XYZ 38.7 18.96 48.07 -
YUV 88.46 183.05 222.54 -
System Red Green Blue C M Y K H S L
Decimal 221 2 186 0 0.99 0.16 0.13 309.59 0.98 0.44
Hex DD 2 BA 0 63 10 D 136 62 2C
Octal 335 2 272 0 143 20 15 466 142 54
Binary 11011101 10 10111010 0 1100011 10000 1101 100110110 1100010 101100

Color Harmonies of #DD02BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02BA

Black with #DD02BA

Text Example


Text Example

White with #DD02BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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