Html Css Color HEX #DE91DF Plum

📋 copy color: '#DE91DF'

red 222 ◦ green 145 ◦ blue 223

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

Shades of Plum #DE91DF

Tints of Plum #DE91DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 37.63%
G = 24.58%
B = 37.8%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE91DF (or 0xDE91DF) is known color: Plum. HEX triplet: DE, 91 and DF. RGB value is (222,145,223). Sum of RGB (Red+Green+Blue) = 222+145+223=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE91DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE91DF is #216E20. Grayscale: #B0B0B0. Windows color (decimal): -2190881 or 14651870. OLE color: 14651870.

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

Color convert

RGB 222 145 223 -
CMYK 0.00 0.35 0 0.13
HSL 299.23º 0.55% 0.72% -
HSV(B) 299.23º 0.35% 0.87% -
XYZ 53.57 41.11 74.92 -
YUV 176.92 154.01 160.16 -
System Red Green Blue C M Y K H S L
Decimal 222 145 223 0.00 0.35 0 0.13 299.23 0.55 0.72
Hex DE 91 DF 0 23 0 D 12B 37 48
Octal 336 221 337 0 43 0 15 453 67 110
Binary 11011110 10010001 11011111 0 100011 0 1101 100101011 110111 1001000

Color Harmonies of #DE91DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE91DF

Black with #DE91DF

Text Example


Text Example

White with #DE91DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE91DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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