Html Css Color HEX #DE99E0 Plum

📋 copy color: '#DE99E0'

red 222 ◦ green 153 ◦ blue 224

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

Shades of Plum #DE99E0

Tints of Plum #DE99E0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.54%

 BLUE value IS 224 (87.89% from 255) = 37.4%

R = 37.06%
G = 25.54%
B = 37.4%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DE99E0 (or 0xDE99E0) is known color: Plum. HEX triplet: DE, 99 and E0. RGB value is (222,153,224). Sum of RGB (Red+Green+Blue) = 222+153+224=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99E0 is #21661F. Grayscale: #B5B5B5. Windows color (decimal): -2188832 or 14719454. OLE color: 14719454.

HSL color Cylindrical-coordinate representation of color #DE99E0: hue angle of 298.31º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE99E0 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 153 224 -
CMYK 0.01 0.32 0 0.12
HSL 298.31º 0.53% 0.74% -
HSV(B) 298.31º 0.32% 0.88% -
XYZ 54.97 43.69 76.06 -
YUV 181.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 222 153 224 0.01 0.32 0 0.12 298.31 0.53 0.74
Hex DE 99 E0 1 20 0 C 12A 35 4A
Octal 336 231 340 1 40 0 14 452 65 112
Binary 11011110 10011001 11100000 1 100000 0 1100 100101010 110101 1001010

Color Harmonies of #DE99E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE99E0

Black with #DE99E0

Text Example


Text Example

White with #DE99E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE99E0; }

 p { color: rgb(222,153,224); }

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

background-color css

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

 a { background-color: rgb(222,153,224); }

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

border-color css

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

 span { border-color: rgb(222,153,224); }

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