Html Css Color HEX #FF01DD Hot Magenta

📋 copy color: '#FF01DD'

red 255 ◦ green 1 ◦ blue 221

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

Shades of Hot Magenta #FF01DD

Tints of Hot Magenta #FF01DD

RGB

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

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

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

R = 53.46%
G = 0.21%
B = 46.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF01DD (or 0xFF01DD) is known color: Hot Magenta. HEX triplet: FF, 01 and DD. RGB value is (255,1,221). Sum of RGB (Red+Green+Blue) = 255+1+221=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 1 (0.78% from 255 or 0.21% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF01DD is #00FE22. Grayscale: #656565. Windows color (decimal): -65059 or 14483967. OLE color: 14483967.

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

Color convert

RGB 255 1 221 -
CMYK 0 1.00 0.13 0
HSL 308.03º 1% 0.5% -
HSV(B) 308.03º 1% 1% -
XYZ 54.3 26.5 70.66 -
YUV 102.03 195.15 237.11 -
System Red Green Blue C M Y K H S L
Decimal 255 1 221 0 1.00 0.13 0 308.03 1 0.5
Hex FF 1 DD 0 64 D 0 134 64 32
Octal 377 1 335 0 144 15 0 464 144 62
Binary 11111111 1 11011101 0 1100100 1101 0 100110100 1100100 110010

Color Harmonies of #FF01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF01DD

Black with #FF01DD

Text Example


Text Example

White with #FF01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF01DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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