Html Css Color HEX #FF09DD Hot Magenta

📋 copy color: '#FF09DD'

red 255 ◦ green 9 ◦ blue 221

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

Shades of Hot Magenta #FF09DD

Tints of Hot Magenta #FF09DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.86%

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

R = 52.58%
G = 1.86%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF09DD (or 0xFF09DD) is known color: Hot Magenta. HEX triplet: FF, 09 and DD. RGB value is (255,9,221). Sum of RGB (Red+Green+Blue) = 255+9+221=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 9 (3.91% from 255 or 1.86% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09DD is #00F622. Grayscale: #6A6A6A. Windows color (decimal): -63011 or 14486015. OLE color: 14486015.

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

Color convert

RGB 255 9 221 -
CMYK 0 0.96 0.13 0
HSL 308.29º 1% 0.52% -
HSV(B) 308.29º 0.96% 1% -
XYZ 54.39 26.68 70.69 -
YUV 106.72 192.5 233.76 -
System Red Green Blue C M Y K H S L
Decimal 255 9 221 0 0.96 0.13 0 308.29 1 0.52
Hex FF 9 DD 0 60 D 0 134 64 34
Octal 377 11 335 0 140 15 0 464 144 64
Binary 11111111 1001 11011101 0 1100000 1101 0 100110100 1100100 110100

Color Harmonies of #FF09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF09DD

Black with #FF09DD

Text Example


Text Example

White with #FF09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF09DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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