Html Css Color HEX #DF80C3 Tea Rose

📋 copy color: '#DF80C3'

red 223 ◦ green 128 ◦ blue 195

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

Shades of Tea Rose #DF80C3

Tints of Tea Rose #DF80C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.71%

R = 40.84%
G = 23.44%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF80C3 (or 0xDF80C3) is known color: Tea Rose. HEX triplet: DF, 80 and C3. RGB value is (223,128,195). Sum of RGB (Red+Green+Blue) = 223+128+195=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80C3 is #207F3C. Grayscale: #A3A3A3. Windows color (decimal): -2129725 or 12812511. OLE color: 12812511.

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

Color convert

RGB 223 128 195 -
CMYK 0 0.43 0.13 0.13
HSL 317.68º 0.6% 0.69% -
HSV(B) 317.68º 0.43% 0.87% -
XYZ 48 35.07 55.87 -
YUV 164.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 223 128 195 0 0.43 0.13 0.13 317.68 0.6 0.69
Hex DF 80 C3 0 2B D D 13E 3C 45
Octal 337 200 303 0 53 15 15 476 74 105
Binary 11011111 10000000 11000011 0 101011 1101 1101 100111110 111100 1000101

Color Harmonies of #DF80C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF80C3

Black with #DF80C3

Text Example


Text Example

White with #DF80C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF80C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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