Html Css Color HEX #FF8DDD Pale Magenta

📋 copy color: '#FF8DDD'

red 255 ◦ green 141 ◦ blue 221

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

Shades of Pale Magenta #FF8DDD

Tints of Pale Magenta #FF8DDD

RGB

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

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

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

R = 41.33%
G = 22.85%
B = 35.82%

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

#FF8DDD (or 0xFF8DDD) is known color: Pale Magenta. HEX triplet: FF, 8D and DD. RGB value is (255,141,221). Sum of RGB (Red+Green+Blue) = 255+141+221=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 141 (55.47% from 255 or 22.85% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DDD is #007222. Grayscale: #B8B8B8. Windows color (decimal): -29219 or 14519807. OLE color: 14519807.

HSL color Cylindrical-coordinate representation of color #FF8DDD: hue angle of 317.89º 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 #FF8DDD is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 141 221 -
CMYK 0 0.45 0.13 0
HSL 317.89º 1% 0.78% -
HSV(B) 317.89º 0.45% 1% -
XYZ 63.82 45.53 73.83 -
YUV 184.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 255 141 221 0 0.45 0.13 0 317.89 1 0.78
Hex FF 8D DD 0 2D D 0 13E 64 4E
Octal 377 215 335 0 55 15 0 476 144 116
Binary 11111111 10001101 11011101 0 101101 1101 0 100111110 1100100 1001110

Color Harmonies of #FF8DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8DDD

Black with #FF8DDD

Text Example


Text Example

White with #FF8DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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