Html Css Color HEX #DB96DC Plum

📋 copy color: '#DB96DC'

red 219 ◦ green 150 ◦ blue 220

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

Shades of Plum #DB96DC

Tints of Plum #DB96DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.47%

 BLUE value IS 220 (86.33% from 255) = 37.35%

R = 37.18%
G = 25.47%
B = 37.35%

CMYK

 C value IS 0.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB96DC (or 0xDB96DC) is known color: Plum. HEX triplet: DB, 96 and DC. RGB value is (219,150,220). Sum of RGB (Red+Green+Blue) = 219+150+220=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96DC is #246923. Grayscale: #B2B2B2. Windows color (decimal): -2386212 or 14456539. OLE color: 14456539.

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

Color convert

RGB 219 150 220 -
CMYK 0.00 0.32 0 0.14
HSL 299.14º 0.5% 0.73% -
HSV(B) 299.14º 0.32% 0.86% -
XYZ 53.04 42.04 73.03 -
YUV 178.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 219 150 220 0.00 0.32 0 0.14 299.14 0.5 0.73
Hex DB 96 DC 0 20 0 E 12B 32 49
Octal 333 226 334 0 40 0 16 453 62 111
Binary 11011011 10010110 11011100 0 100000 0 1110 100101011 110010 1001001

Color Harmonies of #DB96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96DC

Black with #DB96DC

Text Example


Text Example

White with #DB96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96DC; }

 p { color: rgb(219,150,220); }

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

background-color css

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

 a { background-color: rgb(219,150,220); }

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

border-color css

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

 span { border-color: rgb(219,150,220); }

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