Html Css Color HEX #DB97DD Plum

📋 copy color: '#DB97DD'

red 219 ◦ green 151 ◦ blue 221

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

Shades of Plum #DB97DD

Tints of Plum #DB97DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.39%

R = 37.06%
G = 25.55%
B = 37.39%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB97DD (or 0xDB97DD) is known color: Plum. HEX triplet: DB, 97 and DD. RGB value is (219,151,221). Sum of RGB (Red+Green+Blue) = 219+151+221=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB97DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97DD is #246822. Grayscale: #B3B3B3. Windows color (decimal): -2385955 or 14522331. OLE color: 14522331.

HSL color Cylindrical-coordinate representation of color #DB97DD: hue angle of 298.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB97DD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 151 221 -
CMYK 0.01 0.32 0 0.13
HSL 298.29º 0.51% 0.73% -
HSV(B) 298.29º 0.32% 0.87% -
XYZ 53.33 42.41 73.78 -
YUV 179.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 219 151 221 0.01 0.32 0 0.13 298.29 0.51 0.73
Hex DB 97 DD 1 20 0 D 12A 33 49
Octal 333 227 335 1 40 0 15 452 63 111
Binary 11011011 10010111 11011101 1 100000 0 1101 100101010 110011 1001001

Color Harmonies of #DB97DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB97DD

Black with #DB97DD

Text Example


Text Example

White with #DB97DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB97DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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