Html Css Color HEX #DE94EA Plum

📋 copy color: '#DE94EA'

red 222 ◦ green 148 ◦ blue 234

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

Shades of Plum #DE94EA

Tints of Plum #DE94EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 36.75%
G = 24.5%
B = 38.74%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DE94EA (or 0xDE94EA) is known color: Plum. HEX triplet: DE, 94 and EA. RGB value is (222,148,234). Sum of RGB (Red+Green+Blue) = 222+148+234=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE94EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE94EA is #216B15. Grayscale: #B3B3B3. Windows color (decimal): -2190102 or 15373534. OLE color: 15373534.

HSL color Cylindrical-coordinate representation of color #DE94EA: hue angle of 291.63º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE94EA is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 148 234 -
CMYK 0.05 0.37 0 0.08
HSL 291.63º 0.67% 0.75% -
HSV(B) 291.63º 0.37% 0.92% -
XYZ 55.57 42.65 83.15 -
YUV 179.93 158.52 158.01 -
System Red Green Blue C M Y K H S L
Decimal 222 148 234 0.05 0.37 0 0.08 291.63 0.67 0.75
Hex DE 94 EA 5 25 0 8 124 43 4B
Octal 336 224 352 5 45 0 10 444 103 113
Binary 11011110 10010100 11101010 101 100101 0 1000 100100100 1000011 1001011

Color Harmonies of #DE94EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE94EA

Black with #DE94EA

Text Example


Text Example

White with #DE94EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE94EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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