Html Css Color HEX #DE85C6 Tea Rose

📋 copy color: '#DE85C6'

red 222 ◦ green 133 ◦ blue 198

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

Shades of Tea Rose #DE85C6

Tints of Tea Rose #DE85C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.8%

R = 40.14%
G = 24.05%
B = 35.8%

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

#DE85C6 (or 0xDE85C6) is known color: Tea Rose. HEX triplet: DE, 85 and C6. RGB value is (222,133,198). Sum of RGB (Red+Green+Blue) = 222+133+198=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE85C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE85C6 is #217A39. Grayscale: #A6A6A6. Windows color (decimal): -2193978 or 13010398. OLE color: 13010398.

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

Color convert

RGB 222 133 198 -
CMYK 0 0.40 0.11 0.13
HSL 316.18º 0.57% 0.7% -
HSV(B) 316.18º 0.4% 0.87% -
XYZ 48.7 36.38 57.88 -
YUV 167.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 222 133 198 0 0.40 0.11 0.13 316.18 0.57 0.7
Hex DE 85 C6 0 28 B D 13C 39 46
Octal 336 205 306 0 50 13 15 474 71 106
Binary 11011110 10000101 11000110 0 101000 1011 1101 100111100 111001 1000110

Color Harmonies of #DE85C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE85C6

Black with #DE85C6

Text Example


Text Example

White with #DE85C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE85C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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