Html Css Color HEX #DE85C7 Tea Rose

📋 copy color: '#DE85C7'

red 222 ◦ green 133 ◦ blue 199

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

Shades of Tea Rose #DE85C7

Tints of Tea Rose #DE85C7

RGB

 RED value IS 222 (87.11% from 255) = 40.07%

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

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

R = 40.07%
G = 24.01%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DE85C7 (or 0xDE85C7) is known color: Tea Rose. HEX triplet: DE, 85 and C7. RGB value is (222,133,199). Sum of RGB (Red+Green+Blue) = 222+133+199=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE85C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE85C7 is #217A38. Grayscale: #A6A6A6. Windows color (decimal): -2193977 or 13075934. OLE color: 13075934.

HSL color Cylindrical-coordinate representation of color #DE85C7: hue angle of 315.51º degrees, saturation: 0.57, 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 #DE85C7 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 133 199 -
CMYK 0 0.40 0.10 0.13
HSL 315.51º 0.57% 0.7% -
HSV(B) 315.51º 0.4% 0.87% -
XYZ 48.82 36.43 58.49 -
YUV 167.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 222 133 199 0 0.40 0.10 0.13 315.51 0.57 0.7
Hex DE 85 C7 0 28 A D 13C 39 46
Octal 336 205 307 0 50 12 15 474 71 106
Binary 11011110 10000101 11000111 0 101000 1010 1101 100111100 111001 1000110

Color Harmonies of #DE85C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE85C7

Black with #DE85C7

Text Example


Text Example

White with #DE85C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE85C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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