Html Css Color HEX #FF8DDF Pale Magenta

📋 copy color: '#FF8DDF'

red 255 ◦ green 141 ◦ blue 223

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

Shades of Pale Magenta #FF8DDF

Tints of Pale Magenta #FF8DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 22.78%

 BLUE value IS 223 (87.5% from 255) = 36.03%

R = 41.2%
G = 22.78%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF8DDF (or 0xFF8DDF) is known color: Pale Magenta. HEX triplet: FF, 8D and DF. RGB value is (255,141,223). Sum of RGB (Red+Green+Blue) = 255+141+223=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 141 (55.47% from 255 or 22.78% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DDF is #007220. Grayscale: #B8B8B8. Windows color (decimal): -29217 or 14650879. OLE color: 14650879.

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

Color convert

RGB 255 141 223 -
CMYK 0 0.45 0.13 0
HSL 316.84º 1% 0.78% -
HSV(B) 316.84º 0.45% 1% -
XYZ 64.08 45.64 75.24 -
YUV 184.43 149.77 178.33 -
System Red Green Blue C M Y K H S L
Decimal 255 141 223 0 0.45 0.13 0 316.84 1 0.78
Hex FF 8D DF 0 2D D 0 13D 64 4E
Octal 377 215 337 0 55 15 0 475 144 116
Binary 11111111 10001101 11011111 0 101101 1101 0 100111101 1100100 1001110

Color Harmonies of #FF8DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8DDF

Black with #FF8DDF

Text Example


Text Example

White with #FF8DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8DDF; }

 p { color: rgb(255,141,223); }

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

background-color css

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

 a { background-color: rgb(255,141,223); }

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

border-color css

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

 span { border-color: rgb(255,141,223); }

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