Html Css Color HEX #FF7BDD Pale Magenta

📋 copy color: '#FF7BDD'

red 255 ◦ green 123 ◦ blue 221

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

Shades of Pale Magenta #FF7BDD

Tints of Pale Magenta #FF7BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.53%

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

R = 42.57%
G = 20.53%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF7BDD (or 0xFF7BDD) is known color: Pale Magenta. HEX triplet: FF, 7B and DD. RGB value is (255,123,221). Sum of RGB (Red+Green+Blue) = 255+123+221=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 123 (48.44% from 255 or 20.53% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BDD is #008422. Grayscale: #ADADAD. Windows color (decimal): -33827 or 14515199. OLE color: 14515199.

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

Color convert

RGB 255 123 221 -
CMYK 0 0.52 0.13 0
HSL 315.45º 1% 0.74% -
HSV(B) 315.45º 0.52% 1% -
XYZ 61.37 40.65 73.02 -
YUV 173.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 255 123 221 0 0.52 0.13 0 315.45 1 0.74
Hex FF 7B DD 0 34 D 0 13B 64 4A
Octal 377 173 335 0 64 15 0 473 144 112
Binary 11111111 1111011 11011101 0 110100 1101 0 100111011 1100100 1001010

Color Harmonies of #FF7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7BDD

Black with #FF7BDD

Text Example


Text Example

White with #FF7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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