Html Css Color HEX #DF91E9 Plum

📋 copy color: '#DF91E9'

red 223 ◦ green 145 ◦ blue 233

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

Shades of Plum #DF91E9

Tints of Plum #DF91E9

RGB

 RED value IS 223 (87.5% from 255) = 37.1%

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

 BLUE value IS 233 (91.41% from 255) = 38.77%

R = 37.1%
G = 24.13%
B = 38.77%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DF91E9 (or 0xDF91E9) is known color: Plum. HEX triplet: DF, 91 and E9. RGB value is (223,145,233). Sum of RGB (Red+Green+Blue) = 223+145+233=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF91E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF91E9 is #206E16. Grayscale: #B2B2B2. Windows color (decimal): -2125335 or 15307231. OLE color: 15307231.

HSL color Cylindrical-coordinate representation of color #DF91E9: hue angle of 293.18º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF91E9 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 145 233 -
CMYK 0.04 0.38 0 0.09
HSL 293.18º 0.67% 0.74% -
HSV(B) 293.18º 0.38% 0.91% -
XYZ 55.26 41.82 82.25 -
YUV 178.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 223 145 233 0.04 0.38 0 0.09 293.18 0.67 0.74
Hex DF 91 E9 4 26 0 9 125 43 4A
Octal 337 221 351 4 46 0 11 445 103 112
Binary 11011111 10010001 11101001 100 100110 0 1001 100100101 1000011 1001010

Color Harmonies of #DF91E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF91E9

Black with #DF91E9

Text Example


Text Example

White with #DF91E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF91E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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