Html Css Color HEX #DF8BE1 Plum

📋 copy color: '#DF8BE1'

red 223 ◦ green 139 ◦ blue 225

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

Shades of Plum #DF8BE1

Tints of Plum #DF8BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.33%

R = 37.99%
G = 23.68%
B = 38.33%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF8BE1 (or 0xDF8BE1) is known color: Plum. HEX triplet: DF, 8B and E1. RGB value is (223,139,225). Sum of RGB (Red+Green+Blue) = 223+139+225=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF8BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BE1 is #20741E. Grayscale: #ADADAD. Windows color (decimal): -2126879 or 14781407. OLE color: 14781407.

HSL color Cylindrical-coordinate representation of color #DF8BE1: hue angle of 298.6º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8BE1 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 139 225 -
CMYK 0.01 0.38 0 0.12
HSL 298.6º 0.59% 0.71% -
HSV(B) 298.6º 0.38% 0.88% -
XYZ 53.25 39.59 76.07 -
YUV 173.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 223 139 225 0.01 0.38 0 0.12 298.6 0.59 0.71
Hex DF 8B E1 1 26 0 C 12B 3B 47
Octal 337 213 341 1 46 0 14 453 73 107
Binary 11011111 10001011 11100001 1 100110 0 1100 100101011 111011 1000111

Color Harmonies of #DF8BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8BE1

Black with #DF8BE1

Text Example


Text Example

White with #DF8BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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