Html Css Color HEX #DF85C7 Tea Rose

📋 copy color: '#DF85C7'

red 223 ◦ green 133 ◦ blue 199

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

Shades of Tea Rose #DF85C7

Tints of Tea Rose #DF85C7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.96%

 BLUE value IS 199 (78.13% from 255) = 35.86%

R = 40.18%
G = 23.96%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF85C7 (or 0xDF85C7) is known color: Tea Rose. HEX triplet: DF, 85 and C7. RGB value is (223,133,199). Sum of RGB (Red+Green+Blue) = 223+133+199=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF85C7 is #207A38. Grayscale: #A7A7A7. Windows color (decimal): -2128441 or 13075935. OLE color: 13075935.

HSL color Cylindrical-coordinate representation of color #DF85C7: hue angle of 316º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF85C7 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 133 199 -
CMYK 0 0.40 0.11 0.13
HSL 316º 0.58% 0.7% -
HSV(B) 316º 0.4% 0.87% -
XYZ 49.13 36.59 58.51 -
YUV 167.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 223 133 199 0 0.40 0.11 0.13 316 0.58 0.7
Hex DF 85 C7 0 28 B D 13C 3A 46
Octal 337 205 307 0 50 13 15 474 72 106
Binary 11011111 10000101 11000111 0 101000 1011 1101 100111100 111010 1000110

Color Harmonies of #DF85C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF85C7

Black with #DF85C7

Text Example


Text Example

White with #DF85C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF85C7; }

 p { color: rgb(223,133,199); }

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

background-color css

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

 a { background-color: rgb(223,133,199); }

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

border-color css

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

 span { border-color: rgb(223,133,199); }

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