Html Css Color HEX #DE91DC Plum

📋 copy color: '#DE91DC'

red 222 ◦ green 145 ◦ blue 220

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

Shades of Plum #DE91DC

Tints of Plum #DE91DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 37.82%
G = 24.7%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE91DC (or 0xDE91DC) is known color: Plum. HEX triplet: DE, 91 and DC. RGB value is (222,145,220). Sum of RGB (Red+Green+Blue) = 222+145+220=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DE91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE91DC is #216E23. Grayscale: #B0B0B0. Windows color (decimal): -2190884 or 14455262. OLE color: 14455262.

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

Color convert

RGB 222 145 220 -
CMYK 0 0.35 0.01 0.13
HSL 301.56º 0.54% 0.72% -
HSV(B) 301.56º 0.35% 0.87% -
XYZ 53.17 40.95 72.81 -
YUV 176.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 222 145 220 0 0.35 0.01 0.13 301.56 0.54 0.72
Hex DE 91 DC 0 23 1 D 12E 36 48
Octal 336 221 334 0 43 1 15 456 66 110
Binary 11011110 10010001 11011100 0 100011 1 1101 100101110 110110 1001000

Color Harmonies of #DE91DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE91DC

Black with #DE91DC

Text Example


Text Example

White with #DE91DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE91DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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