Html Css Color HEX #DF80C5 Tea Rose

📋 copy color: '#DF80C5'

red 223 ◦ green 128 ◦ blue 197

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

Shades of Tea Rose #DF80C5

Tints of Tea Rose #DF80C5

RGB

 RED value IS 223 (87.5% from 255) = 40.69%

 GREEN value IS 128 (50.39% from 255) = 23.36%

 BLUE value IS 197 (77.34% from 255) = 35.95%

R = 40.69%
G = 23.36%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DF80C5 (or 0xDF80C5) is known color: Tea Rose. HEX triplet: DF, 80 and C5. RGB value is (223,128,197). Sum of RGB (Red+Green+Blue) = 223+128+197=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80C5 is #207F3A. Grayscale: #A4A4A4. Windows color (decimal): -2129723 or 12943583. OLE color: 12943583.

HSL color Cylindrical-coordinate representation of color #DF80C5: hue angle of 316.42º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80C5 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 128 197 -
CMYK 0 0.43 0.12 0.13
HSL 316.42º 0.6% 0.69% -
HSV(B) 316.42º 0.43% 0.87% -
XYZ 48.23 35.16 57.07 -
YUV 164.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 223 128 197 0 0.43 0.12 0.13 316.42 0.6 0.69
Hex DF 80 C5 0 2B C D 13C 3C 45
Octal 337 200 305 0 53 14 15 474 74 105
Binary 11011111 10000000 11000101 0 101011 1100 1101 100111100 111100 1000101

Color Harmonies of #DF80C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF80C5

Black with #DF80C5

Text Example


Text Example

White with #DF80C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF80C5; }

 p { color: rgb(223,128,197); }

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

background-color css

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

 a { background-color: rgb(223,128,197); }

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

border-color css

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

 span { border-color: rgb(223,128,197); }

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