Html Css Color HEX #DF9BE9 Plum

📋 copy color: '#DF9BE9'

red 223 ◦ green 155 ◦ blue 233

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

Shades of Plum #DF9BE9

Tints of Plum #DF9BE9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.37%

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

R = 36.5%
G = 25.37%
B = 38.13%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DF9BE9 (or 0xDF9BE9) is known color: Plum. HEX triplet: DF, 9B and E9. RGB value is (223,155,233). Sum of RGB (Red+Green+Blue) = 223+155+233=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF9BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9BE9 is #206416. Grayscale: #B7B7B7. Windows color (decimal): -2122775 or 15309791. OLE color: 15309791.

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

Color convert

RGB 223 155 233 -
CMYK 0.04 0.33 0 0.09
HSL 292.31º 0.64% 0.76% -
HSV(B) 292.31º 0.33% 0.91% -
XYZ 56.86 45.01 82.78 -
YUV 184.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 223 155 233 0.04 0.33 0 0.09 292.31 0.64 0.76
Hex DF 9B E9 4 21 0 9 124 40 4C
Octal 337 233 351 4 41 0 11 444 100 114
Binary 11011111 10011011 11101001 100 100001 0 1001 100100100 1000000 1001100

Color Harmonies of #DF9BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9BE9

Black with #DF9BE9

Text Example


Text Example

White with #DF9BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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