Html Css Color HEX #DBA5DF Plum

📋 copy color: '#DBA5DF'

red 219 ◦ green 165 ◦ blue 223

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

Shades of Plum #DBA5DF

Tints of Plum #DBA5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.18%

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

R = 36.08%
G = 27.18%
B = 36.74%

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

#DBA5DF (or 0xDBA5DF) is known color: Plum. HEX triplet: DB, A5 and DF. RGB value is (219,165,223). Sum of RGB (Red+Green+Blue) = 219+165+223=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBA5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5DF is #245A20. Grayscale: #BBBBBB. Windows color (decimal): -2382369 or 14656987. OLE color: 14656987.

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

Color convert

RGB 219 165 223 -
CMYK 0.02 0.26 0 0.13
HSL 295.86º 0.48% 0.76% -
HSV(B) 295.86º 0.26% 0.87% -
XYZ 55.99 47.3 75.99 -
YUV 187.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 219 165 223 0.02 0.26 0 0.13 295.86 0.48 0.76
Hex DB A5 DF 2 1A 0 D 128 30 4C
Octal 333 245 337 2 32 0 15 450 60 114
Binary 11011011 10100101 11011111 10 11010 0 1101 100101000 110000 1001100

Color Harmonies of #DBA5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5DF

Black with #DBA5DF

Text Example


Text Example

White with #DBA5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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