Html Css Color HEX #FF81DD Pale Magenta

📋 copy color: '#FF81DD'

red 255 ◦ green 129 ◦ blue 221

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

Shades of Pale Magenta #FF81DD

Tints of Pale Magenta #FF81DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.32%

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

R = 42.15%
G = 21.32%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF81DD (or 0xFF81DD) is known color: Pale Magenta. HEX triplet: FF, 81 and DD. RGB value is (255,129,221). Sum of RGB (Red+Green+Blue) = 255+129+221=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 129 (50.78% from 255 or 21.32% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81DD is #007E22. Grayscale: #B0B0B0. Windows color (decimal): -32291 or 14516735. OLE color: 14516735.

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

Color convert

RGB 255 129 221 -
CMYK 0 0.49 0.13 0
HSL 316.19º 1% 0.75% -
HSV(B) 316.19º 0.49% 1% -
XYZ 62.14 42.18 73.27 -
YUV 177.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 255 129 221 0 0.49 0.13 0 316.19 1 0.75
Hex FF 81 DD 0 31 D 0 13C 64 4B
Octal 377 201 335 0 61 15 0 474 144 113
Binary 11111111 10000001 11011101 0 110001 1101 0 100111100 1100100 1001011

Color Harmonies of #FF81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF81DD

Black with #FF81DD

Text Example


Text Example

White with #FF81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF81DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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