Html Css Color HEX #DF91E1 Plum

📋 copy color: '#DF91E1'

red 223 ◦ green 145 ◦ blue 225

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

Shades of Plum #DF91E1

Tints of Plum #DF91E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.94%

R = 37.61%
G = 24.45%
B = 37.94%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF91E1 (or 0xDF91E1) is known color: Plum. HEX triplet: DF, 91 and E1. RGB value is (223,145,225). Sum of RGB (Red+Green+Blue) = 223+145+225=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF91E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91E1 is #206E1E. Grayscale: #B1B1B1. Windows color (decimal): -2125343 or 14782943. OLE color: 14782943.

HSL color Cylindrical-coordinate representation of color #DF91E1: hue angle of 298.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF91E1 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 145 225 -
CMYK 0.01 0.36 0 0.12
HSL 298.5º 0.57% 0.73% -
HSV(B) 298.5º 0.36% 0.88% -
XYZ 54.15 41.38 76.37 -
YUV 177.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 223 145 225 0.01 0.36 0 0.12 298.5 0.57 0.73
Hex DF 91 E1 1 24 0 C 12A 39 49
Octal 337 221 341 1 44 0 14 452 71 111
Binary 11011111 10010001 11100001 1 100100 0 1100 100101010 111001 1001001

Color Harmonies of #DF91E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF91E1

Black with #DF91E1

Text Example


Text Example

White with #DF91E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF91E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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