Html Css Color HEX #FF7DCC Tea Rose

📋 copy color: '#FF7DCC'

red 255 ◦ green 125 ◦ blue 204

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

Shades of Tea Rose #FF7DCC

Tints of Tea Rose #FF7DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.93%

R = 43.66%
G = 21.4%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF7DCC (or 0xFF7DCC) is known color: Tea Rose. HEX triplet: FF, 7D and CC. RGB value is (255,125,204). Sum of RGB (Red+Green+Blue) = 255+125+204=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DCC is #008233. Grayscale: #ACACAC. Windows color (decimal): -33332 or 13401599. OLE color: 13401599.

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

Color convert

RGB 255 125 204 -
CMYK 0 0.51 0.2 0
HSL 323.54º 1% 0.75% -
HSV(B) 323.54º 0.51% 1% -
XYZ 59.47 40.29 61.77 -
YUV 172.88 145.57 186.58 -
System Red Green Blue C M Y K H S L
Decimal 255 125 204 0 0.51 0.2 0 323.54 1 0.75
Hex FF 7D CC 0 33 14 0 144 64 4B
Octal 377 175 314 0 63 24 0 504 144 113
Binary 11111111 1111101 11001100 0 110011 10100 0 101000100 1100100 1001011

Color Harmonies of #FF7DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DCC

Black with #FF7DCC

Text Example


Text Example

White with #FF7DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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