Html Css Color HEX #DBA7DD Plum

📋 copy color: '#DBA7DD'

red 219 ◦ green 167 ◦ blue 221

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

Shades of Plum #DBA7DD

Tints of Plum #DBA7DD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.51%

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 36.08%
G = 27.51%
B = 36.41%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBA7DD (or 0xDBA7DD) is known color: Plum. HEX triplet: DB, A7 and DD. RGB value is (219,167,221). Sum of RGB (Red+Green+Blue) = 219+167+221=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBA7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7DD is #245822. Grayscale: #BCBCBC. Windows color (decimal): -2381859 or 14526427. OLE color: 14526427.

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

Color convert

RGB 219 167 221 -
CMYK 0.01 0.24 0 0.13
HSL 297.78º 0.44% 0.76% -
HSV(B) 297.78º 0.24% 0.87% -
XYZ 56.08 47.92 74.7 -
YUV 188.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 219 167 221 0.01 0.24 0 0.13 297.78 0.44 0.76
Hex DB A7 DD 1 18 0 D 12A 2C 4C
Octal 333 247 335 1 30 0 15 452 54 114
Binary 11011011 10100111 11011101 1 11000 0 1101 100101010 101100 1001100

Color Harmonies of #DBA7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA7DD

Black with #DBA7DD

Text Example


Text Example

White with #DBA7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA7DD; }

 p { color: rgb(219,167,221); }

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

background-color css

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

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

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

border-color css

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

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

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