Html Css Color HEX #DB9BED Plum

📋 copy color: '#DB9BED'

red 219 ◦ green 155 ◦ blue 237

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

Shades of Plum #DB9BED

Tints of Plum #DB9BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.79%

R = 35.84%
G = 25.37%
B = 38.79%

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

#DB9BED (or 0xDB9BED) is known color: Plum. HEX triplet: DB, 9B and ED. RGB value is (219,155,237). Sum of RGB (Red+Green+Blue) = 219+155+237=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB9BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BED is #246412. Grayscale: #B7B7B7. Windows color (decimal): -2384915 or 15571931. OLE color: 15571931.

HSL color Cylindrical-coordinate representation of color #DB9BED: hue angle of 286.83º degrees, saturation: 0.69, 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 #DB9BED is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 155 237 -
CMYK 0.08 0.35 0 0.07
HSL 286.83º 0.69% 0.77% -
HSV(B) 286.83º 0.35% 0.93% -
XYZ 56.22 44.62 85.77 -
YUV 183.48 158.2 153.33 -
System Red Green Blue C M Y K H S L
Decimal 219 155 237 0.08 0.35 0 0.07 286.83 0.69 0.77
Hex DB 9B ED 8 23 0 7 11F 45 4D
Octal 333 233 355 10 43 0 7 437 105 115
Binary 11011011 10011011 11101101 1000 100011 0 111 100011111 1000101 1001101

Color Harmonies of #DB9BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BED

Black with #DB9BED

Text Example


Text Example

White with #DB9BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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