Html Css Color HEX #DE91DE Plum

📋 copy color: '#DE91DE'

red 222 ◦ green 145 ◦ blue 222

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

Shades of Plum #DE91DE

Tints of Plum #DE91DE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.62%

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

R = 37.69%
G = 24.62%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE91DE (or 0xDE91DE) is known color: Plum. HEX triplet: DE, 91 and DE. RGB value is (222,145,222). Sum of RGB (Red+Green+Blue) = 222+145+222=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE91DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE91DE is #216E21. Grayscale: #B0B0B0. Windows color (decimal): -2190882 or 14586334. OLE color: 14586334.

HSL color Cylindrical-coordinate representation of color #DE91DE: hue angle of 300º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE91DE is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 145 222 -
CMYK 0 0.35 0 0.13
HSL 300º 0.54% 0.72% -
HSV(B) 300º 0.35% 0.87% -
XYZ 53.43 41.05 74.22 -
YUV 176.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 222 145 222 0 0.35 0 0.13 300 0.54 0.72
Hex DE 91 DE 0 23 0 D 12C 36 48
Octal 336 221 336 0 43 0 15 454 66 110
Binary 11011110 10010001 11011110 0 100011 0 1101 100101100 110110 1001000

Color Harmonies of #DE91DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE91DE

Black with #DE91DE

Text Example


Text Example

White with #DE91DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE91DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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