Html Css Color HEX #DF9DE8 Plum

📋 copy color: '#DF9DE8'

red 223 ◦ green 157 ◦ blue 232

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

Shades of Plum #DF9DE8

Tints of Plum #DF9DE8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.65%

 BLUE value IS 232 (91.02% from 255) = 37.91%

R = 36.44%
G = 25.65%
B = 37.91%

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

#DF9DE8 (or 0xDF9DE8) is known color: Plum. HEX triplet: DF, 9D and E8. RGB value is (223,157,232). Sum of RGB (Red+Green+Blue) = 223+157+232=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF9DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DE8 is #206217. Grayscale: #B9B9B9. Windows color (decimal): -2122264 or 15244767. OLE color: 15244767.

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

Color convert

RGB 223 157 232 -
CMYK 0.04 0.32 0 0.09
HSL 292.8º 0.62% 0.76% -
HSV(B) 292.8º 0.32% 0.91% -
XYZ 57.05 45.63 82.14 -
YUV 185.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 223 157 232 0.04 0.32 0 0.09 292.8 0.62 0.76
Hex DF 9D E8 4 20 0 9 125 3E 4C
Octal 337 235 350 4 40 0 11 445 76 114
Binary 11011111 10011101 11101000 100 100000 0 1001 100100101 111110 1001100

Color Harmonies of #DF9DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DE8

Black with #DF9DE8

Text Example


Text Example

White with #DF9DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DE8; }

 p { color: rgb(223,157,232); }

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

background-color css

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

 a { background-color: rgb(223,157,232); }

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

border-color css

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

 span { border-color: rgb(223,157,232); }

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