Html Css Color HEX #DC8BE1 Plum

📋 copy color: '#DC8BE1'

red 220 ◦ green 139 ◦ blue 225

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

Shades of Plum #DC8BE1

Tints of Plum #DC8BE1

RGB

 RED value IS 220 (86.33% from 255) = 37.67%

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

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

R = 37.67%
G = 23.8%
B = 38.53%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC8BE1 (or 0xDC8BE1) is known color: Plum. HEX triplet: DC, 8B and E1. RGB value is (220,139,225). Sum of RGB (Red+Green+Blue) = 220+139+225=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC8BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BE1 is #23741E. Grayscale: #ACACAC. Windows color (decimal): -2323487 or 14781404. OLE color: 14781404.

HSL color Cylindrical-coordinate representation of color #DC8BE1: hue angle of 296.51º 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 #DC8BE1 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 139 225 -
CMYK 0.02 0.38 0 0.12
HSL 296.51º 0.59% 0.71% -
HSV(B) 296.51º 0.38% 0.88% -
XYZ 52.34 39.12 76.03 -
YUV 173.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 220 139 225 0.02 0.38 0 0.12 296.51 0.59 0.71
Hex DC 8B E1 2 26 0 C 129 3B 47
Octal 334 213 341 2 46 0 14 451 73 107
Binary 11011100 10001011 11100001 10 100110 0 1100 100101001 111011 1000111

Color Harmonies of #DC8BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8BE1

Black with #DC8BE1

Text Example


Text Example

White with #DC8BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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