Html Css Color HEX #DB97DC Plum

📋 copy color: '#DB97DC'

red 219 ◦ green 151 ◦ blue 220

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

Shades of Plum #DB97DC

Tints of Plum #DB97DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.59%

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

R = 37.12%
G = 25.59%
B = 37.29%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB97DC (or 0xDB97DC) is known color: Plum. HEX triplet: DB, 97 and DC. RGB value is (219,151,220). Sum of RGB (Red+Green+Blue) = 219+151+220=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB97DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97DC is #246823. Grayscale: #B2B2B2. Windows color (decimal): -2385956 or 14456795. OLE color: 14456795.

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

Color convert

RGB 219 151 220 -
CMYK 0.00 0.31 0 0.14
HSL 299.13º 0.5% 0.73% -
HSV(B) 299.13º 0.31% 0.86% -
XYZ 53.2 42.36 73.08 -
YUV 179.2 151.03 156.39 -
System Red Green Blue C M Y K H S L
Decimal 219 151 220 0.00 0.31 0 0.14 299.13 0.5 0.73
Hex DB 97 DC 0 1F 0 E 12B 32 49
Octal 333 227 334 0 37 0 16 453 62 111
Binary 11011011 10010111 11011100 0 11111 0 1110 100101011 110010 1001001

Color Harmonies of #DB97DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB97DC

Black with #DB97DC

Text Example


Text Example

White with #DB97DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB97DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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