Html Css Color HEX #FF7DCD Tea Rose

📋 copy color: '#FF7DCD'

red 255 ◦ green 125 ◦ blue 205

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

Shades of Tea Rose #FF7DCD

Tints of Tea Rose #FF7DCD

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 value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF7DCD (or 0xFF7DCD) is known color: 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

RGB 255 125 205 -
CMYK 0 0.51 0.20 0
HSL 323.08º 1% 0.75% -
HSV(B) 323.08º 0.51% 1% -
XYZ 59.59 40.34 62.4 -
YUV 172.99 146.07 186.5 -
System Red Green Blue C M Y K H S L
Decimal 255 125 205 0 0.51 0.20 0 323.08 1 0.75
Hex FF 7D CD 0 33 14 0 143 64 4B
Octal 377 175 315 0 63 24 0 503 144 113
Binary 11111111 1111101 11001101 0 110011 10100 0 101000011 1100100 1001011

Color Harmonies of #FF7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DCD

Black with #FF7DCD

Text Example


Text Example

White with #FF7DCD

Text Example


Text Example

HTML Codes & Css Web 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>