Html Css Color HEX #FF7DDD Pale Magenta

📋 copy color: '#FF7DDD'

red 255 ◦ green 125 ◦ blue 221

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

Shades of Pale Magenta #FF7DDD

Tints of Pale Magenta #FF7DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.8%

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

R = 42.43%
G = 20.8%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF7DDD (or 0xFF7DDD) is known color: Pale Magenta. HEX triplet: FF, 7D and DD. RGB value is (255,125,221). Sum of RGB (Red+Green+Blue) = 255+125+221=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 125 (49.22% from 255 or 20.80% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DDD is #008222. Grayscale: #AEAEAE. Windows color (decimal): -33315 or 14515711. OLE color: 14515711.

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

Color convert

RGB 255 125 221 -
CMYK 0 0.51 0.13 0
HSL 315.69º 1% 0.75% -
HSV(B) 315.69º 0.51% 1% -
XYZ 61.62 41.15 73.1 -
YUV 174.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 255 125 221 0 0.51 0.13 0 315.69 1 0.75
Hex FF 7D DD 0 33 D 0 13C 64 4B
Octal 377 175 335 0 63 15 0 474 144 113
Binary 11111111 1111101 11011101 0 110011 1101 0 100111100 1100100 1001011

Color Harmonies of #FF7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DDD

Black with #FF7DDD

Text Example


Text Example

White with #FF7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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