Html Css Color HEX #DBA2DF Plum

📋 copy color: '#DBA2DF'

red 219 ◦ green 162 ◦ blue 223

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

Shades of Plum #DBA2DF

Tints of Plum #DBA2DF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.82%

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

R = 36.26%
G = 26.82%
B = 36.92%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBA2DF (or 0xDBA2DF) is known color: Plum. HEX triplet: DB, A2 and DF. RGB value is (219,162,223). Sum of RGB (Red+Green+Blue) = 219+162+223=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBA2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA2DF is #245D20. Grayscale: #B9B9B9. Windows color (decimal): -2383137 or 14656219. OLE color: 14656219.

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

Color convert

RGB 219 162 223 -
CMYK 0.02 0.27 0 0.13
HSL 296.07º 0.49% 0.75% -
HSV(B) 296.07º 0.27% 0.87% -
XYZ 55.45 46.23 75.81 -
YUV 186 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 219 162 223 0.02 0.27 0 0.13 296.07 0.49 0.75
Hex DB A2 DF 2 1B 0 D 128 31 4B
Octal 333 242 337 2 33 0 15 450 61 113
Binary 11011011 10100010 11011111 10 11011 0 1101 100101000 110001 1001011

Color Harmonies of #DBA2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA2DF

Black with #DBA2DF

Text Example


Text Example

White with #DBA2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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