Html Css Color HEX #DBA0DD Plum

📋 copy color: '#DBA0DD'

red 219 ◦ green 160 ◦ blue 221

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

Shades of Plum #DBA0DD

Tints of Plum #DBA0DD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.67%

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

R = 36.5%
G = 26.67%
B = 36.83%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBA0DD (or 0xDBA0DD) is known color: Plum. HEX triplet: DB, A0 and DD. RGB value is (219,160,221). Sum of RGB (Red+Green+Blue) = 219+160+221=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBA0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0DD is #245F22. Grayscale: #B8B8B8. Windows color (decimal): -2383651 or 14524635. OLE color: 14524635.

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

Color convert

RGB 219 160 221 -
CMYK 0.01 0.28 0 0.13
HSL 298.03º 0.47% 0.75% -
HSV(B) 298.03º 0.28% 0.87% -
XYZ 54.84 45.42 74.28 -
YUV 184.6 148.55 152.54 -
System Red Green Blue C M Y K H S L
Decimal 219 160 221 0.01 0.28 0 0.13 298.03 0.47 0.75
Hex DB A0 DD 1 1C 0 D 12A 2F 4B
Octal 333 240 335 1 34 0 15 452 57 113
Binary 11011011 10100000 11011101 1 11100 0 1101 100101010 101111 1001011

Color Harmonies of #DBA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0DD

Black with #DBA0DD

Text Example


Text Example

White with #DBA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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