Html Css Color HEX #DBA6DD Plum

📋 copy color: '#DBA6DD'

red 219 ◦ green 166 ◦ blue 221

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

Shades of Plum #DBA6DD

Tints of Plum #DBA6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.39%

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

R = 36.14%
G = 27.39%
B = 36.47%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBA6DD (or 0xDBA6DD) is known color: Plum. HEX triplet: DB, A6 and DD. RGB value is (219,166,221). Sum of RGB (Red+Green+Blue) = 219+166+221=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6DD is #245922. Grayscale: #BBBBBB. Windows color (decimal): -2382115 or 14526171. OLE color: 14526171.

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

Color convert

RGB 219 166 221 -
CMYK 0.01 0.25 0 0.13
HSL 297.82º 0.45% 0.76% -
HSV(B) 297.82º 0.25% 0.87% -
XYZ 55.9 47.55 74.64 -
YUV 188.12 146.56 150.03 -
System Red Green Blue C M Y K H S L
Decimal 219 166 221 0.01 0.25 0 0.13 297.82 0.45 0.76
Hex DB A6 DD 1 19 0 D 12A 2D 4C
Octal 333 246 335 1 31 0 15 452 55 114
Binary 11011011 10100110 11011101 1 11001 0 1101 100101010 101101 1001100

Color Harmonies of #DBA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6DD

Black with #DBA6DD

Text Example


Text Example

White with #DBA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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