Html Css Color HEX #DE83C5 Tea Rose

📋 copy color: '#DE83C5'

red 222 ◦ green 131 ◦ blue 197

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

Shades of Tea Rose #DE83C5

Tints of Tea Rose #DE83C5

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.82%

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

R = 40.36%
G = 23.82%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DE83C5 (or 0xDE83C5) is known color: Tea Rose. HEX triplet: DE, 83 and C5. RGB value is (222,131,197). Sum of RGB (Red+Green+Blue) = 222+131+197=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE83C5 is #217C3A. Grayscale: #A5A5A5. Windows color (decimal): -2194491 or 12944350. OLE color: 12944350.

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

Color convert

RGB 222 131 197 -
CMYK 0 0.41 0.11 0.13
HSL 316.48º 0.58% 0.69% -
HSV(B) 316.48º 0.41% 0.87% -
XYZ 48.32 35.79 57.19 -
YUV 165.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 222 131 197 0 0.41 0.11 0.13 316.48 0.58 0.69
Hex DE 83 C5 0 29 B D 13C 3A 45
Octal 336 203 305 0 51 13 15 474 72 105
Binary 11011110 10000011 11000101 0 101001 1011 1101 100111100 111010 1000101

Color Harmonies of #DE83C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE83C5

Black with #DE83C5

Text Example


Text Example

White with #DE83C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE83C5; }

 p { color: rgb(222,131,197); }

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

background-color css

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

 a { background-color: rgb(222,131,197); }

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

border-color css

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

 span { border-color: rgb(222,131,197); }

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