Html Css Color HEX #DE9FEB Plum

📋 copy color: '#DE9FEB'

red 222 ◦ green 159 ◦ blue 235

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

Shades of Plum #DE9FEB

Tints of Plum #DE9FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.81%

 BLUE value IS 235 (92.19% from 255) = 38.15%

R = 36.04%
G = 25.81%
B = 38.15%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DE9FEB (or 0xDE9FEB) is known color: Plum. HEX triplet: DE, 9F and EB. RGB value is (222,159,235). Sum of RGB (Red+Green+Blue) = 222+159+235=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #DE9FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9FEB is #216014. Grayscale: #BABABA. Windows color (decimal): -2187285 or 15441886. OLE color: 15441886.

HSL color Cylindrical-coordinate representation of color #DE9FEB: hue angle of 289.74º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE9FEB is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 159 235 -
CMYK 0.06 0.32 0 0.08
HSL 289.74º 0.66% 0.77% -
HSV(B) 289.74º 0.32% 0.92% -
XYZ 57.52 46.32 84.51 -
YUV 186.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 222 159 235 0.06 0.32 0 0.08 289.74 0.66 0.77
Hex DE 9F EB 6 20 0 8 122 42 4D
Octal 336 237 353 6 40 0 10 442 102 115
Binary 11011110 10011111 11101011 110 100000 0 1000 100100010 1000010 1001101

Color Harmonies of #DE9FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9FEB

Black with #DE9FEB

Text Example


Text Example

White with #DE9FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9FEB; }

 p { color: rgb(222,159,235); }

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

background-color css

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

 a { background-color: rgb(222,159,235); }

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

border-color css

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

 span { border-color: rgb(222,159,235); }

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