Html Css Color HEX #FF06DD Hot Magenta

📋 copy color: '#FF06DD'

red 255 ◦ green 6 ◦ blue 221

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

Shades of Hot Magenta #FF06DD

Tints of Hot Magenta #FF06DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.24%

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

R = 52.9%
G = 1.24%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF06DD (or 0xFF06DD) is known color: Hot Magenta. HEX triplet: FF, 06 and DD. RGB value is (255,6,221). Sum of RGB (Red+Green+Blue) = 255+6+221=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 6 (2.73% from 255 or 1.24% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06DD is #00F922. Grayscale: #686868. Windows color (decimal): -63779 or 14485247. OLE color: 14485247.

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

Color convert

RGB 255 6 221 -
CMYK 0 0.98 0.13 0
HSL 308.19º 1% 0.51% -
HSV(B) 308.19º 0.98% 1% -
XYZ 54.36 26.61 70.68 -
YUV 104.96 193.49 235.02 -
System Red Green Blue C M Y K H S L
Decimal 255 6 221 0 0.98 0.13 0 308.19 1 0.51
Hex FF 6 DD 0 62 D 0 134 64 33
Octal 377 6 335 0 142 15 0 464 144 63
Binary 11111111 110 11011101 0 1100010 1101 0 100110100 1100100 110011

Color Harmonies of #FF06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06DD

Black with #FF06DD

Text Example


Text Example

White with #FF06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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