Html Css Color HEX #DB9FDF Plum

📋 copy color: '#DB9FDF'

red 219 ◦ green 159 ◦ blue 223

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

Shades of Plum #DB9FDF

Tints of Plum #DB9FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.1%

R = 36.44%
G = 26.46%
B = 37.1%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB9FDF (or 0xDB9FDF) is known color: Plum. HEX triplet: DB, 9F and DF. RGB value is (219,159,223). Sum of RGB (Red+Green+Blue) = 219+159+223=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FDF is #246020. Grayscale: #B8B8B8. Windows color (decimal): -2383905 or 14655451. OLE color: 14655451.

HSL color Cylindrical-coordinate representation of color #DB9FDF: hue angle of 296.25º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9FDF is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 159 223 -
CMYK 0.02 0.29 0 0.13
HSL 296.25º 0.5% 0.75% -
HSV(B) 296.25º 0.29% 0.87% -
XYZ 54.93 45.18 75.64 -
YUV 184.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 219 159 223 0.02 0.29 0 0.13 296.25 0.5 0.75
Hex DB 9F DF 2 1D 0 D 128 32 4B
Octal 333 237 337 2 35 0 15 450 62 113
Binary 11011011 10011111 11011111 10 11101 0 1101 100101000 110010 1001011

Color Harmonies of #DB9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9FDF

Black with #DB9FDF

Text Example


Text Example

White with #DB9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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