Html Css Color HEX #DF9FE9 Plum

📋 copy color: '#DF9FE9'

red 223 ◦ green 159 ◦ blue 233

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

Shades of Plum #DF9FE9

Tints of Plum #DF9FE9

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.85%

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

R = 36.26%
G = 25.85%
B = 37.89%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DF9FE9 (or 0xDF9FE9) is known color: Plum. HEX triplet: DF, 9F and E9. RGB value is (223,159,233). Sum of RGB (Red+Green+Blue) = 223+159+233=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF9FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FE9 is #206016. Grayscale: #BABABA. Windows color (decimal): -2121751 or 15310815. OLE color: 15310815.

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

Color convert

RGB 223 159 233 -
CMYK 0.04 0.32 0 0.09
HSL 291.89º 0.63% 0.77% -
HSV(B) 291.89º 0.32% 0.91% -
XYZ 57.54 46.37 83.01 -
YUV 186.57 154.2 153.98 -
System Red Green Blue C M Y K H S L
Decimal 223 159 233 0.04 0.32 0 0.09 291.89 0.63 0.77
Hex DF 9F E9 4 20 0 9 124 3F 4D
Octal 337 237 351 4 40 0 11 444 77 115
Binary 11011111 10011111 11101001 100 100000 0 1001 100100100 111111 1001101

Color Harmonies of #DF9FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FE9

Black with #DF9FE9

Text Example


Text Example

White with #DF9FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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