#FF7DCD

Color #FF7DCD Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FF7DCD

Tints of Tea Rose #FF7DCD

Color information

#FF7DCD (or 0xFF7DCD) is unknown color: approx Tea Rose. HEX triplet: FF, 7D and CD. RGB value is (255,125,205). Sum of RGB (Red+Green+Blue) = 255+125+205=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DCD is #008232. Grayscale: #ACACAC. Windows color (decimal): -33331 or 13467135. OLE color: 13467135.

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

Color convert

RGB255125205-
CMYK00.510.200
HSL323.08º100%74.51%-
HSV(B)323.08º50.98%100%-
XYZ59.5940.3462.4-
YUV172.99146.07186.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 125 (49.22% from 255) = 21.37%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=43.59%
G=21.37%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512520500.510.200323.0810074.51
HexFF7DCD033140143644b
Octal377175315063240503144113
Binary11111111111110111001101011001110100010100001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DCD; }

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

 H1.HeaderClassName
 {
   color: #FF7DCD;
 }
 .AnyTagClassName
 {
   color: #FF7DCD;
 }
</style>
background-color css

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

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

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

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

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

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