Html Css Color HEX #DB9BCB Plum

📋 copy color: '#DB9BCB'

red 219 ◦ green 155 ◦ blue 203

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

Shades of Plum #DB9BCB

Tints of Plum #DB9BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.18%

R = 37.95%
G = 26.86%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB9BCB (or 0xDB9BCB) is known color: Plum. HEX triplet: DB, 9B and CB. RGB value is (219,155,203). Sum of RGB (Red+Green+Blue) = 219+155+203=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BCB is #246434. Grayscale: #B3B3B3. Windows color (decimal): -2384949 or 13343707. OLE color: 13343707.

HSL color Cylindrical-coordinate representation of color #DB9BCB: hue angle of 315º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9BCB is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 155 203 -
CMYK 0 0.29 0.07 0.14
HSL 315º 0.47% 0.73% -
HSV(B) 315º 0.29% 0.86% -
XYZ 51.71 42.81 62.04 -
YUV 179.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 219 155 203 0 0.29 0.07 0.14 315 0.47 0.73
Hex DB 9B CB 0 1D 7 E 13B 2F 49
Octal 333 233 313 0 35 7 16 473 57 111
Binary 11011011 10011011 11001011 0 11101 111 1110 100111011 101111 1001001

Color Harmonies of #DB9BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BCB

Black with #DB9BCB

Text Example


Text Example

White with #DB9BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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