Html Css Color HEX #DE94E1 Plum

📋 copy color: '#DE94E1'

red 222 ◦ green 148 ◦ blue 225

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

Shades of Plum #DE94E1

Tints of Plum #DE94E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.82%

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

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DE94E1 (or 0xDE94E1) is known color: Plum. HEX triplet: DE, 94 and E1. RGB value is (222,148,225). Sum of RGB (Red+Green+Blue) = 222+148+225=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE94E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE94E1 is #216B1E. Grayscale: #B2B2B2. Windows color (decimal): -2190111 or 14783710. OLE color: 14783710.

HSL color Cylindrical-coordinate representation of color #DE94E1: hue angle of 297.66º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE94E1 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 148 225 -
CMYK 0.01 0.34 0 0.12
HSL 297.66º 0.56% 0.73% -
HSV(B) 297.66º 0.34% 0.88% -
XYZ 54.3 42.15 76.51 -
YUV 178.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 222 148 225 0.01 0.34 0 0.12 297.66 0.56 0.73
Hex DE 94 E1 1 22 0 C 12A 38 49
Octal 336 224 341 1 42 0 14 452 70 111
Binary 11011110 10010100 11100001 1 100010 0 1100 100101010 111000 1001001

Color Harmonies of #DE94E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE94E1

Black with #DE94E1

Text Example


Text Example

White with #DE94E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE94E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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