Html Css Color HEX #FF7DDC Pale Magenta

📋 copy color: '#FF7DDC'

red 255 ◦ green 125 ◦ blue 220

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

Shades of Pale Magenta #FF7DDC

Tints of Pale Magenta #FF7DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 42.5%
G = 20.83%
B = 36.67%

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

#FF7DDC (or 0xFF7DDC) is known color: Pale Magenta. HEX triplet: FF, 7D and DC. RGB value is (255,125,220). Sum of RGB (Red+Green+Blue) = 255+125+220=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DDC is #008223. Grayscale: #AEAEAE. Windows color (decimal): -33316 or 14450175. OLE color: 14450175.

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

Color convert

RGB 255 125 220 -
CMYK 0 0.51 0.14 0
HSL 316.15º 1% 0.75% -
HSV(B) 316.15º 0.51% 1% -
XYZ 61.49 41.09 72.4 -
YUV 174.7 153.57 185.28 -
System Red Green Blue C M Y K H S L
Decimal 255 125 220 0 0.51 0.14 0 316.15 1 0.75
Hex FF 7D DC 0 33 E 0 13C 64 4B
Octal 377 175 334 0 63 16 0 474 144 113
Binary 11111111 1111101 11011100 0 110011 1110 0 100111100 1100100 1001011

Color Harmonies of #FF7DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DDC

Black with #FF7DDC

Text Example


Text Example

White with #FF7DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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