Html Css Color HEX #FF7DDB Pale Magenta

📋 copy color: '#FF7DDB'

red 255 ◦ green 125 ◦ blue 219

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

Shades of Pale Magenta #FF7DDB

Tints of Pale Magenta #FF7DDB

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 value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF7DDB (or 0xFF7DDB) is known color: 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

RGB 255 125 219 -
CMYK 0 0.51 0.14 0
HSL 316.62º 1% 0.75% -
HSV(B) 316.62º 0.51% 1% -
XYZ 61.36 41.04 71.71 -
YUV 174.59 153.07 185.36 -
System Red Green Blue C M Y K H S L
Decimal 255 125 219 0 0.51 0.14 0 316.62 1 0.75
Hex FF 7D DB 0 33 E 0 13D 64 4B
Octal 377 175 333 0 63 16 0 475 144 113
Binary 11111111 1111101 11011011 0 110011 1110 0 100111101 1100100 1001011

Color Harmonies of #FF7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DDB

Black with #FF7DDB

Text Example


Text Example

White with #FF7DDB

Text Example


Text Example

HTML Codes & Css Web 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>