#FF7DDB

Color #FF7DDB Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FF7DDB

Tints of Pale Magenta #FF7DDB

Color information

#FF7DDB (or 0xFF7DDB) is unknown color: approx Pale Magenta. HEX triplet: FF, 7D and DB. RGB value is (255,125,219). Sum of RGB (Red+Green+Blue) = 255+125+219=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DDB is #008224. Grayscale: #AEAEAE. Windows color (decimal): -33317 or 14384639. OLE color: 14384639.

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

Color convert

RGB255125219-
CMYK00.510.140
HSL316.62º100%74.51%-
HSV(B)316.62º50.98%100%-
XYZ61.3641.0471.71-
YUV174.59153.07185.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 125 (49.22% from 255) = 20.87%
BLUE value IS 219 (85.94% from 255) = 36.56%
R=42.57%
G=20.87%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512521900.510.140316.6210074.51
HexFF7DDB033E013d644b
Octal377175333063160475144113
Binary1111111111111011101101101100111110010011110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DDB; }

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

 H1.HeaderClassName
 {
   color: #FF7DDB;
 }
 .AnyTagClassName
 {
   color: #FF7DDB;
 }
</style>
background-color css

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

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

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

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

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

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