Html Css Color HEX #DB8BE0 Plum

📋 copy color: '#DB8BE0'

red 219 ◦ green 139 ◦ blue 224

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

Shades of Plum #DB8BE0

Tints of Plum #DB8BE0

RGB

 RED value IS 219 (85.94% from 255) = 37.63%

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

 BLUE value IS 224 (87.89% from 255) = 38.49%

R = 37.63%
G = 23.88%
B = 38.49%

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

#DB8BE0 (or 0xDB8BE0) is known color: Plum. HEX triplet: DB, 8B and E0. RGB value is (219,139,224). Sum of RGB (Red+Green+Blue) = 219+139+224=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB8BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BE0 is #24741F. Grayscale: #ACACAC. Windows color (decimal): -2389024 or 14715867. OLE color: 14715867.

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

Color convert

RGB 219 139 224 -
CMYK 0.02 0.38 0 0.12
HSL 296.47º 0.58% 0.71% -
HSV(B) 296.47º 0.38% 0.88% -
XYZ 51.9 38.91 75.3 -
YUV 172.61 157 161.09 -
System Red Green Blue C M Y K H S L
Decimal 219 139 224 0.02 0.38 0 0.12 296.47 0.58 0.71
Hex DB 8B E0 2 26 0 C 128 3A 47
Octal 333 213 340 2 46 0 14 450 72 107
Binary 11011011 10001011 11100000 10 100110 0 1100 100101000 111010 1000111

Color Harmonies of #DB8BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8BE0

Black with #DB8BE0

Text Example


Text Example

White with #DB8BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8BE0; }

 p { color: rgb(219,139,224); }

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

background-color css

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

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

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

border-color css

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

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

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