Html Css Color HEX #DF8BDF Plum

📋 copy color: '#DF8BDF'

red 223 ◦ green 139 ◦ blue 223

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

Shades of Plum #DF8BDF

Tints of Plum #DF8BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.76%

 BLUE value IS 223 (87.5% from 255) = 38.12%

R = 38.12%
G = 23.76%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF8BDF (or 0xDF8BDF) is known color: Plum. HEX triplet: DF, 8B and DF. RGB value is (223,139,223). Sum of RGB (Red+Green+Blue) = 223+139+223=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF8BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BDF is #207420. Grayscale: #ADADAD. Windows color (decimal): -2126881 or 14650335. OLE color: 14650335.

HSL color Cylindrical-coordinate representation of color #DF8BDF: hue angle of 300º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8BDF is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 139 223 -
CMYK 0 0.38 0 0.13
HSL 300º 0.57% 0.71% -
HSV(B) 300º 0.38% 0.87% -
XYZ 52.98 39.48 74.64 -
YUV 173.69 155.83 163.17 -
System Red Green Blue C M Y K H S L
Decimal 223 139 223 0 0.38 0 0.13 300 0.57 0.71
Hex DF 8B DF 0 26 0 D 12C 39 47
Octal 337 213 337 0 46 0 15 454 71 107
Binary 11011111 10001011 11011111 0 100110 0 1101 100101100 111001 1000111

Color Harmonies of #DF8BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8BDF

Black with #DF8BDF

Text Example


Text Example

White with #DF8BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8BDF; }

 p { color: rgb(223,139,223); }

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

background-color css

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

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

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

border-color css

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

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

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