Html Css Color HEX #DE99EE Plum

📋 copy color: '#DE99EE'

red 222 ◦ green 153 ◦ blue 238

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

Shades of Plum #DE99EE

Tints of Plum #DE99EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.83%

R = 36.22%
G = 24.96%
B = 38.83%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE99EE (or 0xDE99EE) is known color: Plum. HEX triplet: DE, 99 and EE. RGB value is (222,153,238). Sum of RGB (Red+Green+Blue) = 222+153+238=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE99EE is #216611. Grayscale: #B7B7B7. Windows color (decimal): -2188818 or 15636958. OLE color: 15636958.

HSL color Cylindrical-coordinate representation of color #DE99EE: hue angle of 288.71º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE99EE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 153 238 -
CMYK 0.07 0.36 0 0.07
HSL 288.71º 0.71% 0.77% -
HSV(B) 288.71º 0.36% 0.93% -
XYZ 56.95 44.49 86.47 -
YUV 183.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 222 153 238 0.07 0.36 0 0.07 288.71 0.71 0.77
Hex DE 99 EE 7 24 0 7 121 47 4D
Octal 336 231 356 7 44 0 7 441 107 115
Binary 11011110 10011001 11101110 111 100100 0 111 100100001 1000111 1001101

Color Harmonies of #DE99EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE99EE

Black with #DE99EE

Text Example


Text Example

White with #DE99EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE99EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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