Html Css Color HEX #DE93DB Plum

📋 copy color: '#DE93DB'

red 222 ◦ green 147 ◦ blue 219

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

Shades of Plum #DE93DB

Tints of Plum #DE93DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25%

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

R = 37.76%
G = 25%
B = 37.24%

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

#DE93DB (or 0xDE93DB) is known color: Plum. HEX triplet: DE, 93 and DB. RGB value is (222,147,219). Sum of RGB (Red+Green+Blue) = 222+147+219=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93DB is #216C24. Grayscale: #B1B1B1. Windows color (decimal): -2190373 or 14390238. OLE color: 14390238.

HSL color Cylindrical-coordinate representation of color #DE93DB: hue angle of 302.4º degrees, saturation: 0.53, 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 #DE93DB is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 147 219 -
CMYK 0 0.34 0.01 0.13
HSL 302.4º 0.53% 0.72% -
HSV(B) 302.4º 0.34% 0.87% -
XYZ 53.34 41.51 72.22 -
YUV 177.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 222 147 219 0 0.34 0.01 0.13 302.4 0.53 0.72
Hex DE 93 DB 0 22 1 D 12E 35 48
Octal 336 223 333 0 42 1 15 456 65 110
Binary 11011110 10010011 11011011 0 100010 1 1101 100101110 110101 1001000

Color Harmonies of #DE93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE93DB

Black with #DE93DB

Text Example


Text Example

White with #DE93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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