Html Css Color HEX #DBACDB Plum

📋 copy color: '#DBACDB'

red 219 ◦ green 172 ◦ blue 219

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

Shades of Plum #DBACDB

Tints of Plum #DBACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.2%

 BLUE value IS 219 (85.94% from 255) = 35.9%

R = 35.9%
G = 28.2%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBACDB (or 0xDBACDB) is known color: Plum. HEX triplet: DB, AC and DB. RGB value is (219,172,219). Sum of RGB (Red+Green+Blue) = 219+172+219=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACDB is #245324. Grayscale: #BFBFBF. Windows color (decimal): -2380581 or 14396635. OLE color: 14396635.

HSL color Cylindrical-coordinate representation of color #DBACDB: hue angle of 300º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACDB is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 219 -
CMYK 0 0.21 0 0.14
HSL 300º 0.39% 0.77% -
HSV(B) 300º 0.21% 0.86% -
XYZ 56.75 49.68 73.62 -
YUV 191.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 219 172 219 0 0.21 0 0.14 300 0.39 0.77
Hex DB AC DB 0 15 0 E 12C 27 4D
Octal 333 254 333 0 25 0 16 454 47 115
Binary 11011011 10101100 11011011 0 10101 0 1110 100101100 100111 1001101

Color Harmonies of #DBACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACDB

Black with #DBACDB

Text Example


Text Example

White with #DBACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACDB; }

 p { color: rgb(219,172,219); }

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

background-color css

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

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

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

border-color css

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

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

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