Html Css Color HEX #DD01BE Deep Magenta

📋 copy color: '#DD01BE'

red 221 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #DD01BE

Tints of Deep Magenta #DD01BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 53.64%
G = 0.24%
B = 46.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD01BE (or 0xDD01BE) is known color: Deep Magenta. HEX triplet: DD, 01 and BE. RGB value is (221,1,190). Sum of RGB (Red+Green+Blue) = 221+1+190=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD01BE is #22FE41. Grayscale: #575757. Windows color (decimal): -2293314 or 12452317. OLE color: 12452317.

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

Color convert

RGB 221 1 190 -
CMYK 0 1.00 0.14 0.13
HSL 308.45º 0.99% 0.44% -
HSV(B) 308.45º 1% 0.87% -
XYZ 39.12 19.11 50.34 -
YUV 88.33 185.39 222.63 -
System Red Green Blue C M Y K H S L
Decimal 221 1 190 0 1.00 0.14 0.13 308.45 0.99 0.44
Hex DD 1 BE 0 64 E D 134 63 2C
Octal 335 1 276 0 144 16 15 464 143 54
Binary 11011101 1 10111110 0 1100100 1110 1101 100110100 1100011 101100

Color Harmonies of #DD01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01BE

Black with #DD01BE

Text Example


Text Example

White with #DD01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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