Html Css Color HEX #DD00BE Deep Magenta

📋 copy color: '#DD00BE'

red 221 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #DD00BE

Tints of Deep Magenta #DD00BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.77%
G = 0%
B = 46.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD00BE (or 0xDD00BE) is known color: Deep Magenta. HEX triplet: DD, 00 and BE. RGB value is (221,0,190). Sum of RGB (Red+Green+Blue) = 221+0+190=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00BE is #22FF41. Grayscale: #575757. Windows color (decimal): -2293570 or 12452061. OLE color: 12452061.

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

Color convert

RGB 221 0 190 -
CMYK 0 1 0.14 0.13
HSL 308.42º 1% 0.43% -
HSV(B) 308.42º 1% 0.87% -
XYZ 39.11 19.09 50.34 -
YUV 87.74 185.72 223.05 -
System Red Green Blue C M Y K H S L
Decimal 221 0 190 0 1 0.14 0.13 308.42 1 0.43
Hex DD 0 BE 0 64 E D 134 64 2B
Octal 335 0 276 0 144 16 15 464 144 53
Binary 11011101 0 10111110 0 1100100 1110 1101 100110100 1100100 101011

Color Harmonies of #DD00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00BE

Black with #DD00BE

Text Example


Text Example

White with #DD00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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