Html Css Color HEX #DD02BF Deep Magenta

📋 copy color: '#DD02BF'

red 221 ◦ green 2 ◦ blue 191

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

Shades of Deep Magenta #DD02BF

Tints of Deep Magenta #DD02BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.14%

R = 53.38%
G = 0.48%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD02BF (or 0xDD02BF) is known color: Deep Magenta. HEX triplet: DD, 02 and BF. RGB value is (221,2,191). Sum of RGB (Red+Green+Blue) = 221+2+191=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02BF is #22FD40. Grayscale: #585858. Windows color (decimal): -2293057 or 12518109. OLE color: 12518109.

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

Color convert

RGB 221 2 191 -
CMYK 0 0.99 0.14 0.13
HSL 308.22º 0.98% 0.44% -
HSV(B) 308.22º 0.99% 0.87% -
XYZ 39.24 19.18 50.92 -
YUV 89.03 185.55 222.13 -
System Red Green Blue C M Y K H S L
Decimal 221 2 191 0 0.99 0.14 0.13 308.22 0.98 0.44
Hex DD 2 BF 0 63 E D 134 62 2C
Octal 335 2 277 0 143 16 15 464 142 54
Binary 11011101 10 10111111 0 1100011 1110 1101 100110100 1100010 101100

Color Harmonies of #DD02BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02BF

Black with #DD02BF

Text Example


Text Example

White with #DD02BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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