Html Css Color HEX #DB9BCC Plum

📋 copy color: '#DB9BCC'

red 219 ◦ green 155 ◦ blue 204

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

Shades of Plum #DB9BCC

Tints of Plum #DB9BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.29%

R = 37.89%
G = 26.82%
B = 35.29%

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

#DB9BCC (or 0xDB9BCC) is known color: Plum. HEX triplet: DB, 9B and CC. RGB value is (219,155,204). Sum of RGB (Red+Green+Blue) = 219+155+204=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BCC is #246433. Grayscale: #B3B3B3. Windows color (decimal): -2384948 or 13409243. OLE color: 13409243.

HSL color Cylindrical-coordinate representation of color #DB9BCC: hue angle of 314.06º 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 #DB9BCC is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 155 204 -
CMYK 0 0.29 0.07 0.14
HSL 314.06º 0.47% 0.73% -
HSV(B) 314.06º 0.29% 0.86% -
XYZ 51.83 42.86 62.67 -
YUV 179.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 219 155 204 0 0.29 0.07 0.14 314.06 0.47 0.73
Hex DB 9B CC 0 1D 7 E 13A 2F 49
Octal 333 233 314 0 35 7 16 472 57 111
Binary 11011011 10011011 11001100 0 11101 111 1110 100111010 101111 1001001

Color Harmonies of #DB9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BCC

Black with #DB9BCC

Text Example


Text Example

White with #DB9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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