Html Css Color HEX #DBA6DF Plum

📋 copy color: '#DBA6DF'

red 219 ◦ green 166 ◦ blue 223

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

Shades of Plum #DBA6DF

Tints of Plum #DBA6DF

RGB

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

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

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

R = 36.02%
G = 27.3%
B = 36.68%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBA6DF (or 0xDBA6DF) is known color: Plum. HEX triplet: DB, A6 and DF. RGB value is (219,166,223). Sum of RGB (Red+Green+Blue) = 219+166+223=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6DF is #245920. Grayscale: #BCBCBC. Windows color (decimal): -2382113 or 14657243. OLE color: 14657243.

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

Color convert

RGB 219 166 223 -
CMYK 0.02 0.26 0 0.13
HSL 295.79º 0.47% 0.76% -
HSV(B) 295.79º 0.26% 0.87% -
XYZ 56.17 47.66 76.05 -
YUV 188.35 147.56 149.87 -
System Red Green Blue C M Y K H S L
Decimal 219 166 223 0.02 0.26 0 0.13 295.79 0.47 0.76
Hex DB A6 DF 2 1A 0 D 128 2F 4C
Octal 333 246 337 2 32 0 15 450 57 114
Binary 11011011 10100110 11011111 10 11010 0 1101 100101000 101111 1001100

Color Harmonies of #DBA6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6DF

Black with #DBA6DF

Text Example


Text Example

White with #DBA6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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