Html Css Color HEX #DB97DA Plum

📋 copy color: '#DB97DA'

red 219 ◦ green 151 ◦ blue 218

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

Shades of Plum #DB97DA

Tints of Plum #DB97DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.07%

R = 37.24%
G = 25.68%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB97DA (or 0xDB97DA) is known color: Plum. HEX triplet: DB, 97 and DA. RGB value is (219,151,218). Sum of RGB (Red+Green+Blue) = 219+151+218=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97DA is #246825. Grayscale: #B2B2B2. Windows color (decimal): -2385958 or 14325723. OLE color: 14325723.

HSL color Cylindrical-coordinate representation of color #DB97DA: hue angle of 300.88º degrees, saturation: 0.49, 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 #DB97DA is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 151 218 -
CMYK 0 0.31 0.00 0.14
HSL 300.88º 0.49% 0.73% -
HSV(B) 300.88º 0.31% 0.86% -
XYZ 52.93 42.26 71.7 -
YUV 178.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 219 151 218 0 0.31 0.00 0.14 300.88 0.49 0.73
Hex DB 97 DA 0 1F 0 E 12D 31 49
Octal 333 227 332 0 37 0 16 455 61 111
Binary 11011011 10010111 11011010 0 11111 0 1110 100101101 110001 1001001

Color Harmonies of #DB97DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB97DA

Black with #DB97DA

Text Example


Text Example

White with #DB97DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB97DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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