Html Css Color HEX #DE94EE Plum

📋 copy color: '#DE94EE'

red 222 ◦ green 148 ◦ blue 238

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

Shades of Plum #DE94EE

Tints of Plum #DE94EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.14%

R = 36.51%
G = 24.34%
B = 39.14%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE94EE (or 0xDE94EE) is known color: Plum. HEX triplet: DE, 94 and EE. RGB value is (222,148,238). Sum of RGB (Red+Green+Blue) = 222+148+238=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE94EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE94EE is #216B11. Grayscale: #B4B4B4. Windows color (decimal): -2190098 or 15635678. OLE color: 15635678.

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

Color convert

RGB 222 148 238 -
CMYK 0.07 0.38 0 0.07
HSL 289.33º 0.73% 0.76% -
HSV(B) 289.33º 0.38% 0.93% -
XYZ 56.15 42.88 86.21 -
YUV 180.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 222 148 238 0.07 0.38 0 0.07 289.33 0.73 0.76
Hex DE 94 EE 7 26 0 7 121 49 4C
Octal 336 224 356 7 46 0 7 441 111 114
Binary 11011110 10010100 11101110 111 100110 0 111 100100001 1001001 1001100

Color Harmonies of #DE94EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE94EE

Black with #DE94EE

Text Example


Text Example

White with #DE94EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE94EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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