Html Css Color HEX #DB9BE1 Plum

📋 copy color: '#DB9BE1'

red 219 ◦ green 155 ◦ blue 225

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

Shades of Plum #DB9BE1

Tints of Plum #DB9BE1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.88%

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

R = 36.56%
G = 25.88%
B = 37.56%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB9BE1 (or 0xDB9BE1) is known color: Plum. HEX triplet: DB, 9B and E1. RGB value is (219,155,225). Sum of RGB (Red+Green+Blue) = 219+155+225=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB9BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BE1 is #24641E. Grayscale: #B5B5B5. Windows color (decimal): -2384927 or 14785499. OLE color: 14785499.

HSL color Cylindrical-coordinate representation of color #DB9BE1: hue angle of 294.86º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB9BE1 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 155 225 -
CMYK 0.03 0.31 0 0.12
HSL 294.86º 0.54% 0.75% -
HSV(B) 294.86º 0.31% 0.88% -
XYZ 54.53 43.94 76.84 -
YUV 182.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 219 155 225 0.03 0.31 0 0.12 294.86 0.54 0.75
Hex DB 9B E1 3 1F 0 C 127 36 4B
Octal 333 233 341 3 37 0 14 447 66 113
Binary 11011011 10011011 11100001 11 11111 0 1100 100100111 110110 1001011

Color Harmonies of #DB9BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BE1

Black with #DB9BE1

Text Example


Text Example

White with #DB9BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BE1; }

 p { color: rgb(219,155,225); }

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

background-color css

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

 a { background-color: rgb(219,155,225); }

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

border-color css

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

 span { border-color: rgb(219,155,225); }

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