Html Css Color HEX #DF9EEB Plum

📋 copy color: '#DF9EEB'

red 223 ◦ green 158 ◦ blue 235

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

Shades of Plum #DF9EEB

Tints of Plum #DF9EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.65%

 BLUE value IS 235 (92.19% from 255) = 38.15%

R = 36.2%
G = 25.65%
B = 38.15%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF9EEB (or 0xDF9EEB) is known color: Plum. HEX triplet: DF, 9E and EB. RGB value is (223,158,235). Sum of RGB (Red+Green+Blue) = 223+158+235=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF9EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9EEB is #206114. Grayscale: #B9B9B9. Windows color (decimal): -2122005 or 15441631. OLE color: 15441631.

HSL color Cylindrical-coordinate representation of color #DF9EEB: hue angle of 290.65º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9EEB is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 158 235 -
CMYK 0.05 0.33 0 0.08
HSL 290.65º 0.66% 0.77% -
HSV(B) 290.65º 0.33% 0.92% -
XYZ 57.65 46.14 84.46 -
YUV 186.21 155.53 154.24 -
System Red Green Blue C M Y K H S L
Decimal 223 158 235 0.05 0.33 0 0.08 290.65 0.66 0.77
Hex DF 9E EB 5 21 0 8 123 42 4D
Octal 337 236 353 5 41 0 10 443 102 115
Binary 11011111 10011110 11101011 101 100001 0 1000 100100011 1000010 1001101

Color Harmonies of #DF9EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9EEB

Black with #DF9EEB

Text Example


Text Example

White with #DF9EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9EEB; }

 p { color: rgb(223,158,235); }

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

background-color css

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

 a { background-color: rgb(223,158,235); }

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

border-color css

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

 span { border-color: rgb(223,158,235); }

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