Html Css Color HEX #DF91E4 Plum

📋 copy color: '#DF91E4'

red 223 ◦ green 145 ◦ blue 228

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

Shades of Plum #DF91E4

Tints of Plum #DF91E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.26%

R = 37.42%
G = 24.33%
B = 38.26%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DF91E4 (or 0xDF91E4) is known color: Plum. HEX triplet: DF, 91 and E4. RGB value is (223,145,228). Sum of RGB (Red+Green+Blue) = 223+145+228=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 228 (89.45% from 255 or 38.26% from 596); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF91E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91E4 is #206E1B. Grayscale: #B1B1B1. Windows color (decimal): -2125340 or 14979551. OLE color: 14979551.

HSL color Cylindrical-coordinate representation of color #DF91E4: hue angle of 296.39º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF91E4 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 145 228 -
CMYK 0.02 0.36 0 0.11
HSL 296.39º 0.61% 0.73% -
HSV(B) 296.39º 0.36% 0.89% -
XYZ 54.56 41.54 78.54 -
YUV 177.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 223 145 228 0.02 0.36 0 0.11 296.39 0.61 0.73
Hex DF 91 E4 2 24 0 B 128 3D 49
Octal 337 221 344 2 44 0 13 450 75 111
Binary 11011111 10010001 11100100 10 100100 0 1011 100101000 111101 1001001

Color Harmonies of #DF91E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF91E4

Black with #DF91E4

Text Example


Text Example

White with #DF91E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF91E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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