Html Css Color HEX #DB9BEE Plum

📋 copy color: '#DB9BEE'

red 219 ◦ green 155 ◦ blue 238

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

Shades of Plum #DB9BEE

Tints of Plum #DB9BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 35.78%
G = 25.33%
B = 38.89%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB9BEE (or 0xDB9BEE) is known color: Plum. HEX triplet: DB, 9B and EE. RGB value is (219,155,238). Sum of RGB (Red+Green+Blue) = 219+155+238=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB9BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BEE is #246411. Grayscale: #B7B7B7. Windows color (decimal): -2384914 or 15637467. OLE color: 15637467.

HSL color Cylindrical-coordinate representation of color #DB9BEE: hue angle of 286.27º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB9BEE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 155 238 -
CMYK 0.08 0.35 0 0.07
HSL 286.27º 0.71% 0.77% -
HSV(B) 286.27º 0.35% 0.93% -
XYZ 56.37 44.68 86.54 -
YUV 183.6 158.7 153.25 -
System Red Green Blue C M Y K H S L
Decimal 219 155 238 0.08 0.35 0 0.07 286.27 0.71 0.77
Hex DB 9B EE 8 23 0 7 11E 47 4D
Octal 333 233 356 10 43 0 7 436 107 115
Binary 11011011 10011011 11101110 1000 100011 0 111 100011110 1000111 1001101

Color Harmonies of #DB9BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BEE

Black with #DB9BEE

Text Example


Text Example

White with #DB9BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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