Html Css Color HEX #DE93DE Plum

📋 copy color: '#DE93DE'

red 222 ◦ green 147 ◦ blue 222

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

Shades of Plum #DE93DE

Tints of Plum #DE93DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.56%

R = 37.56%
G = 24.87%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE93DE (or 0xDE93DE) is known color: Plum. HEX triplet: DE, 93 and DE. RGB value is (222,147,222). Sum of RGB (Red+Green+Blue) = 222+147+222=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE93DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93DE is #216C21. Grayscale: #B1B1B1. Windows color (decimal): -2190370 or 14586846. OLE color: 14586846.

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

Color convert

RGB 222 147 222 -
CMYK 0 0.34 0 0.13
HSL 300º 0.53% 0.72% -
HSV(B) 300º 0.34% 0.87% -
XYZ 53.74 41.67 74.32 -
YUV 177.98 152.85 159.4 -
System Red Green Blue C M Y K H S L
Decimal 222 147 222 0 0.34 0 0.13 300 0.53 0.72
Hex DE 93 DE 0 22 0 D 12C 35 48
Octal 336 223 336 0 42 0 15 454 65 110
Binary 11011110 10010011 11011110 0 100010 0 1101 100101100 110101 1001000

Color Harmonies of #DE93DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE93DE

Black with #DE93DE

Text Example


Text Example

White with #DE93DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE93DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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