Html Css Color HEX #DE99EC Plum

📋 copy color: '#DE99EC'

red 222 ◦ green 153 ◦ blue 236

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

Shades of Plum #DE99EC

Tints of Plum #DE99EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.63%

R = 36.33%
G = 25.04%
B = 38.63%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE99EC (or 0xDE99EC) is known color: Plum. HEX triplet: DE, 99 and EC. RGB value is (222,153,236). Sum of RGB (Red+Green+Blue) = 222+153+236=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE99EC is #216613. Grayscale: #B6B6B6. Windows color (decimal): -2188820 or 15505886. OLE color: 15505886.

HSL color Cylindrical-coordinate representation of color #DE99EC: hue angle of 289.88º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE99EC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 153 236 -
CMYK 0.06 0.35 0 0.07
HSL 289.88º 0.69% 0.76% -
HSV(B) 289.88º 0.35% 0.93% -
XYZ 56.66 44.37 84.93 -
YUV 183.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 222 153 236 0.06 0.35 0 0.07 289.88 0.69 0.76
Hex DE 99 EC 6 23 0 7 122 45 4C
Octal 336 231 354 6 43 0 7 442 105 114
Binary 11011110 10011001 11101100 110 100011 0 111 100100010 1000101 1001100

Color Harmonies of #DE99EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE99EC

Black with #DE99EC

Text Example


Text Example

White with #DE99EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE99EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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