Html Css Color HEX #DE92DB Plum

📋 copy color: '#DE92DB'

red 222 ◦ green 146 ◦ blue 219

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

Shades of Plum #DE92DB

Tints of Plum #DE92DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.87%

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 37.82%
G = 24.87%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE92DB (or 0xDE92DB) is known color: Plum. HEX triplet: DE, 92 and DB. RGB value is (222,146,219). Sum of RGB (Red+Green+Blue) = 222+146+219=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DE92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE92DB is #216D24. Grayscale: #B0B0B0. Windows color (decimal): -2190629 or 14389982. OLE color: 14389982.

HSL color Cylindrical-coordinate representation of color #DE92DB: hue angle of 302.37º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE92DB is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 146 219 -
CMYK 0 0.34 0.01 0.13
HSL 302.37º 0.54% 0.72% -
HSV(B) 302.37º 0.34% 0.87% -
XYZ 53.19 41.2 72.17 -
YUV 177.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 222 146 219 0 0.34 0.01 0.13 302.37 0.54 0.72
Hex DE 92 DB 0 22 1 D 12E 36 48
Octal 336 222 333 0 42 1 15 456 66 110
Binary 11011110 10010010 11011011 0 100010 1 1101 100101110 110110 1001000

Color Harmonies of #DE92DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE92DB

Black with #DE92DB

Text Example


Text Example

White with #DE92DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE92DB; }

 p { color: rgb(222,146,219); }

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

background-color css

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

 a { background-color: rgb(222,146,219); }

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

border-color css

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

 span { border-color: rgb(222,146,219); }

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