Html Css Color HEX #FF8DDB Pale Magenta

📋 copy color: '#FF8DDB'

red 255 ◦ green 141 ◦ blue 219

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

Shades of Pale Magenta #FF8DDB

Tints of Pale Magenta #FF8DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.61%

R = 41.46%
G = 22.93%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF8DDB (or 0xFF8DDB) is known color: Pale Magenta. HEX triplet: FF, 8D and DB. RGB value is (255,141,219). Sum of RGB (Red+Green+Blue) = 255+141+219=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 141 (55.47% from 255 or 22.93% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DDB is #007224. Grayscale: #B7B7B7. Windows color (decimal): -29221 or 14388735. OLE color: 14388735.

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

Color convert

RGB 255 141 219 -
CMYK 0 0.45 0.14 0
HSL 318.95º 1% 0.78% -
HSV(B) 318.95º 0.45% 1% -
XYZ 63.55 45.42 72.44 -
YUV 183.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 255 141 219 0 0.45 0.14 0 318.95 1 0.78
Hex FF 8D DB 0 2D E 0 13F 64 4E
Octal 377 215 333 0 55 16 0 477 144 116
Binary 11111111 10001101 11011011 0 101101 1110 0 100111111 1100100 1001110

Color Harmonies of #FF8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8DDB

Black with #FF8DDB

Text Example


Text Example

White with #FF8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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