Html Css Color HEX #DE94DB Plum

📋 copy color: '#DE94DB'

red 222 ◦ green 148 ◦ blue 219

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

Shades of Plum #DE94DB

Tints of Plum #DE94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.13%

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

R = 37.69%
G = 25.13%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE94DB (or 0xDE94DB) is known color: Plum. HEX triplet: DE, 94 and DB. RGB value is (222,148,219). Sum of RGB (Red+Green+Blue) = 222+148+219=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DE94DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE94DB is #216B24. Grayscale: #B2B2B2. Windows color (decimal): -2190117 or 14390494. OLE color: 14390494.

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

Color convert

RGB 222 148 219 -
CMYK 0 0.33 0.01 0.13
HSL 302.43º 0.53% 0.73% -
HSV(B) 302.43º 0.33% 0.87% -
XYZ 53.5 41.82 72.27 -
YUV 178.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 222 148 219 0 0.33 0.01 0.13 302.43 0.53 0.73
Hex DE 94 DB 0 21 1 D 12E 35 49
Octal 336 224 333 0 41 1 15 456 65 111
Binary 11011110 10010100 11011011 0 100001 1 1101 100101110 110101 1001001

Color Harmonies of #DE94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE94DB

Black with #DE94DB

Text Example


Text Example

White with #DE94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE94DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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