Html Css Color HEX #DB9FDA Plum

📋 copy color: '#DB9FDA'

red 219 ◦ green 159 ◦ blue 218

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

Shades of Plum #DB9FDA

Tints of Plum #DB9FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.68%

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

R = 36.74%
G = 26.68%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB9FDA (or 0xDB9FDA) is known color: Plum. HEX triplet: DB, 9F and DA. RGB value is (219,159,218). Sum of RGB (Red+Green+Blue) = 219+159+218=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FDA is #246025. Grayscale: #B7B7B7. Windows color (decimal): -2383910 or 14327771. OLE color: 14327771.

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

Color convert

RGB 219 159 218 -
CMYK 0 0.27 0.00 0.14
HSL 301º 0.45% 0.74% -
HSV(B) 301º 0.27% 0.86% -
XYZ 54.27 44.92 72.14 -
YUV 183.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 219 159 218 0 0.27 0.00 0.14 301 0.45 0.74
Hex DB 9F DA 0 1B 0 E 12D 2D 4A
Octal 333 237 332 0 33 0 16 455 55 112
Binary 11011011 10011111 11011010 0 11011 0 1110 100101101 101101 1001010

Color Harmonies of #DB9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9FDA

Black with #DB9FDA

Text Example


Text Example

White with #DB9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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