Html Css Color HEX #DB9DDF Plum

📋 copy color: '#DB9DDF'

red 219 ◦ green 157 ◦ blue 223

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

Shades of Plum #DB9DDF

Tints of Plum #DB9DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.21%

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

R = 36.56%
G = 26.21%
B = 37.23%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB9DDF (or 0xDB9DDF) is known color: Plum. HEX triplet: DB, 9D and DF. RGB value is (219,157,223). Sum of RGB (Red+Green+Blue) = 219+157+223=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB9DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DDF is #246220. Grayscale: #B6B6B6. Windows color (decimal): -2384417 or 14654939. OLE color: 14654939.

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

Color convert

RGB 219 157 223 -
CMYK 0.02 0.30 0 0.13
HSL 296.36º 0.51% 0.75% -
HSV(B) 296.36º 0.3% 0.87% -
XYZ 54.59 44.5 75.52 -
YUV 183.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 219 157 223 0.02 0.30 0 0.13 296.36 0.51 0.75
Hex DB 9D DF 2 1E 0 D 128 33 4B
Octal 333 235 337 2 36 0 15 450 63 113
Binary 11011011 10011101 11011111 10 11110 0 1101 100101000 110011 1001011

Color Harmonies of #DB9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9DDF

Black with #DB9DDF

Text Example


Text Example

White with #DB9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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