Html Css Color HEX #DD07BE Deep Magenta

📋 copy color: '#DD07BE'

red 221 ◦ green 7 ◦ blue 190

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

Shades of Deep Magenta #DD07BE

Tints of Deep Magenta #DD07BE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.67%

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 52.87%
G = 1.67%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD07BE (or 0xDD07BE) is known color: Deep Magenta. HEX triplet: DD, 07 and BE. RGB value is (221,7,190). Sum of RGB (Red+Green+Blue) = 221+7+190=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07BE is #22F841. Grayscale: #5B5B5B. Windows color (decimal): -2291778 or 12453853. OLE color: 12453853.

HSL color Cylindrical-coordinate representation of color #DD07BE: hue angle of 308.69º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD07BE is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 7 190 -
CMYK 0 0.97 0.14 0.13
HSL 308.69º 0.94% 0.45% -
HSV(B) 308.69º 0.97% 0.87% -
XYZ 39.19 19.24 50.36 -
YUV 91.85 183.4 220.12 -
System Red Green Blue C M Y K H S L
Decimal 221 7 190 0 0.97 0.14 0.13 308.69 0.94 0.45
Hex DD 7 BE 0 61 E D 135 5E 2D
Octal 335 7 276 0 141 16 15 465 136 55
Binary 11011101 111 10111110 0 1100001 1110 1101 100110101 1011110 101101

Color Harmonies of #DD07BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07BE

Black with #DD07BE

Text Example


Text Example

White with #DD07BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07BE; }

 p { color: rgb(221,7,190); }

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

background-color css

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

 a { background-color: rgb(221,7,190); }

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

border-color css

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

 span { border-color: rgb(221,7,190); }

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