Html Css Color HEX #DBA1DF Plum

📋 copy color: '#DBA1DF'

red 219 ◦ green 161 ◦ blue 223

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

Shades of Plum #DBA1DF

Tints of Plum #DBA1DF

RGB

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

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

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

R = 36.32%
G = 26.7%
B = 36.98%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBA1DF (or 0xDBA1DF) is known color: Plum. HEX triplet: DB, A1 and DF. RGB value is (219,161,223). Sum of RGB (Red+Green+Blue) = 219+161+223=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBA1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1DF is #245E20. Grayscale: #B9B9B9. Windows color (decimal): -2383393 or 14655963. OLE color: 14655963.

HSL color Cylindrical-coordinate representation of color #DBA1DF: hue angle of 296.13º degrees, saturation: 0.49, 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 #DBA1DF is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 161 223 -
CMYK 0.02 0.28 0 0.13
HSL 296.13º 0.49% 0.75% -
HSV(B) 296.13º 0.28% 0.87% -
XYZ 55.28 45.88 75.75 -
YUV 185.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 219 161 223 0.02 0.28 0 0.13 296.13 0.49 0.75
Hex DB A1 DF 2 1C 0 D 128 31 4B
Octal 333 241 337 2 34 0 15 450 61 113
Binary 11011011 10100001 11011111 10 11100 0 1101 100101000 110001 1001011

Color Harmonies of #DBA1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1DF

Black with #DBA1DF

Text Example


Text Example

White with #DBA1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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