Html Css Color HEX #DBA1DD Plum

📋 copy color: '#DBA1DD'

red 219 ◦ green 161 ◦ blue 221

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

Shades of Plum #DBA1DD

Tints of Plum #DBA1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.79%

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

R = 36.44%
G = 26.79%
B = 36.77%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBA1DD (or 0xDBA1DD) is known color: Plum. HEX triplet: DB, A1 and DD. RGB value is (219,161,221). Sum of RGB (Red+Green+Blue) = 219+161+221=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1DD is #245E22. Grayscale: #B9B9B9. Windows color (decimal): -2383395 or 14524891. OLE color: 14524891.

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

Color convert

RGB 219 161 221 -
CMYK 0.01 0.27 0 0.13
HSL 298º 0.47% 0.75% -
HSV(B) 298º 0.27% 0.87% -
XYZ 55.01 45.77 74.34 -
YUV 185.18 148.22 152.12 -
System Red Green Blue C M Y K H S L
Decimal 219 161 221 0.01 0.27 0 0.13 298 0.47 0.75
Hex DB A1 DD 1 1B 0 D 12A 2F 4B
Octal 333 241 335 1 33 0 15 452 57 113
Binary 11011011 10100001 11011101 1 11011 0 1101 100101010 101111 1001011

Color Harmonies of #DBA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1DD

Black with #DBA1DD

Text Example


Text Example

White with #DBA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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