Html Css Color HEX #FF7DD7 Pale Magenta

📋 copy color: '#FF7DD7'

red 255 ◦ green 125 ◦ blue 215

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

Shades of Pale Magenta #FF7DD7

Tints of Pale Magenta #FF7DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.13%

R = 42.86%
G = 21.01%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF7DD7 (or 0xFF7DD7) is known color: Pale Magenta. HEX triplet: FF, 7D and D7. RGB value is (255,125,215). Sum of RGB (Red+Green+Blue) = 255+125+215=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DD7 is #008228. Grayscale: #ADADAD. Windows color (decimal): -33321 or 14122495. OLE color: 14122495.

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

Color convert

RGB 255 125 215 -
CMYK 0 0.51 0.16 0
HSL 318.46º 1% 0.75% -
HSV(B) 318.46º 0.51% 1% -
XYZ 60.84 40.83 68.97 -
YUV 174.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 255 125 215 0 0.51 0.16 0 318.46 1 0.75
Hex FF 7D D7 0 33 10 0 13E 64 4B
Octal 377 175 327 0 63 20 0 476 144 113
Binary 11111111 1111101 11010111 0 110011 10000 0 100111110 1100100 1001011

Color Harmonies of #FF7DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DD7

Black with #FF7DD7

Text Example


Text Example

White with #FF7DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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