Html Css Color HEX #FF11DD Hot Magenta

📋 copy color: '#FF11DD'

red 255 ◦ green 17 ◦ blue 221

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

Shades of Hot Magenta #FF11DD

Tints of Hot Magenta #FF11DD

RGB

 RED value IS 255 (100% from 255) = 51.72%

 GREEN value IS 17 (7.03% from 255) = 3.45%

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 51.72%
G = 3.45%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF11DD (or 0xFF11DD) is known color: Hot Magenta. HEX triplet: FF, 11 and DD. RGB value is (255,17,221). Sum of RGB (Red+Green+Blue) = 255+17+221=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 17 (7.03% from 255 or 3.45% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11DD is #00EE22. Grayscale: #6E6E6E. Windows color (decimal): -60963 or 14488063. OLE color: 14488063.

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

Color convert

RGB 255 17 221 -
CMYK 0 0.93 0.13 0
HSL 308.57º 1% 0.53% -
HSV(B) 308.57º 0.93% 1% -
XYZ 54.49 26.88 70.72 -
YUV 111.42 189.85 230.41 -
System Red Green Blue C M Y K H S L
Decimal 255 17 221 0 0.93 0.13 0 308.57 1 0.53
Hex FF 11 DD 0 5D D 0 135 64 35
Octal 377 21 335 0 135 15 0 465 144 65
Binary 11111111 10001 11011101 0 1011101 1101 0 100110101 1100100 110101

Color Harmonies of #FF11DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF11DD

Black with #FF11DD

Text Example


Text Example

White with #FF11DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF11DD; }

 p { color: rgb(255,17,221); }

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

background-color css

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

 a { background-color: rgb(255,17,221); }

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

border-color css

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

 span { border-color: rgb(255,17,221); }

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