Html Css Color HEX #FF7CDD Pale Magenta

📋 copy color: '#FF7CDD'

red 255 ◦ green 124 ◦ blue 221

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

Shades of Pale Magenta #FF7CDD

Tints of Pale Magenta #FF7CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.67%

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

R = 42.5%
G = 20.67%
B = 36.83%

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

#FF7CDD (or 0xFF7CDD) is known color: Pale Magenta. HEX triplet: FF, 7C and DD. RGB value is (255,124,221). Sum of RGB (Red+Green+Blue) = 255+124+221=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 124 (48.83% from 255 or 20.67% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CDD is #008322. Grayscale: #ADADAD. Windows color (decimal): -33571 or 14515455. OLE color: 14515455.

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

Color convert

RGB 255 124 221 -
CMYK 0 0.51 0.13 0
HSL 315.57º 1% 0.74% -
HSV(B) 315.57º 0.51% 1% -
XYZ 61.5 40.9 73.06 -
YUV 174.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 255 124 221 0 0.51 0.13 0 315.57 1 0.74
Hex FF 7C DD 0 33 D 0 13C 64 4A
Octal 377 174 335 0 63 15 0 474 144 112
Binary 11111111 1111100 11011101 0 110011 1101 0 100111100 1100100 1001010

Color Harmonies of #FF7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7CDD

Black with #FF7CDD

Text Example


Text Example

White with #FF7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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