Html Css Color HEX #DE83C1 Tea Rose

📋 copy color: '#DE83C1'

red 222 ◦ green 131 ◦ blue 193

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

Shades of Tea Rose #DE83C1

Tints of Tea Rose #DE83C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.35%

R = 40.66%
G = 23.99%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DE83C1 (or 0xDE83C1) is known color: Tea Rose. HEX triplet: DE, 83 and C1. RGB value is (222,131,193). Sum of RGB (Red+Green+Blue) = 222+131+193=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE83C1 is #217C3E. Grayscale: #A5A5A5. Windows color (decimal): -2194495 or 12682206. OLE color: 12682206.

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

Color convert

RGB 222 131 193 -
CMYK 0 0.41 0.13 0.13
HSL 319.12º 0.58% 0.69% -
HSV(B) 319.12º 0.41% 0.87% -
XYZ 47.87 35.61 54.8 -
YUV 165.28 143.65 168.46 -
System Red Green Blue C M Y K H S L
Decimal 222 131 193 0 0.41 0.13 0.13 319.12 0.58 0.69
Hex DE 83 C1 0 29 D D 13F 3A 45
Octal 336 203 301 0 51 15 15 477 72 105
Binary 11011110 10000011 11000001 0 101001 1101 1101 100111111 111010 1000101

Color Harmonies of #DE83C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE83C1

Black with #DE83C1

Text Example


Text Example

White with #DE83C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE83C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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