Html Css Color HEX #DBA9DD Plum

📋 copy color: '#DBA9DD'

red 219 ◦ green 169 ◦ blue 221

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

Shades of Plum #DBA9DD

Tints of Plum #DBA9DD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.75%

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

R = 35.96%
G = 27.75%
B = 36.29%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBA9DD (or 0xDBA9DD) is known color: Plum. HEX triplet: DB, A9 and DD. RGB value is (219,169,221). Sum of RGB (Red+Green+Blue) = 219+169+221=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBA9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9DD is #245622. Grayscale: #BDBDBD. Windows color (decimal): -2381347 or 14526939. OLE color: 14526939.

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

Color convert

RGB 219 169 221 -
CMYK 0.01 0.24 0 0.13
HSL 297.69º 0.43% 0.76% -
HSV(B) 297.69º 0.24% 0.87% -
XYZ 56.45 48.66 74.82 -
YUV 189.88 145.57 148.77 -
System Red Green Blue C M Y K H S L
Decimal 219 169 221 0.01 0.24 0 0.13 297.69 0.43 0.76
Hex DB A9 DD 1 18 0 D 12A 2B 4C
Octal 333 251 335 1 30 0 15 452 53 114
Binary 11011011 10101001 11011101 1 11000 0 1101 100101010 101011 1001100

Color Harmonies of #DBA9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9DD

Black with #DBA9DD

Text Example


Text Example

White with #DBA9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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