Html Css Color HEX #DBA5DD Plum

📋 copy color: '#DBA5DD'

red 219 ◦ green 165 ◦ blue 221

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

Shades of Plum #DBA5DD

Tints of Plum #DBA5DD

RGB

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

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

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

R = 36.2%
G = 27.27%
B = 36.53%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBA5DD (or 0xDBA5DD) is known color: Plum. HEX triplet: DB, A5 and DD. RGB value is (219,165,221). Sum of RGB (Red+Green+Blue) = 219+165+221=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5DD is #245A22. Grayscale: #BBBBBB. Windows color (decimal): -2382371 or 14525915. OLE color: 14525915.

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

Color convert

RGB 219 165 221 -
CMYK 0.01 0.25 0 0.13
HSL 297.86º 0.45% 0.76% -
HSV(B) 297.86º 0.25% 0.87% -
XYZ 55.72 47.19 74.58 -
YUV 187.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 219 165 221 0.01 0.25 0 0.13 297.86 0.45 0.76
Hex DB A5 DD 1 19 0 D 12A 2D 4C
Octal 333 245 335 1 31 0 15 452 55 114
Binary 11011011 10100101 11011101 1 11001 0 1101 100101010 101101 1001100

Color Harmonies of #DBA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5DD

Black with #DBA5DD

Text Example


Text Example

White with #DBA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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