Html Css Color HEX #DBA5D5 Plum

📋 copy color: '#DBA5D5'

red 219 ◦ green 165 ◦ blue 213

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

Shades of Plum #DBA5D5

Tints of Plum #DBA5D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.68%

R = 36.68%
G = 27.64%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBA5D5 (or 0xDBA5D5) is known color: Plum. HEX triplet: DB, A5 and D5. RGB value is (219,165,213). Sum of RGB (Red+Green+Blue) = 219+165+213=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 165 (64.84% from 255 or 27.64% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5D5 is #245A2A. Grayscale: #BABABA. Windows color (decimal): -2382379 or 14001627. OLE color: 14001627.

HSL color Cylindrical-coordinate representation of color #DBA5D5: hue angle of 306.67º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA5D5 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 165 213 -
CMYK 0 0.25 0.03 0.14
HSL 306.67º 0.43% 0.75% -
HSV(B) 306.67º 0.25% 0.86% -
XYZ 54.68 46.77 69.1 -
YUV 186.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 219 165 213 0 0.25 0.03 0.14 306.67 0.43 0.75
Hex DB A5 D5 0 19 3 E 133 2B 4B
Octal 333 245 325 0 31 3 16 463 53 113
Binary 11011011 10100101 11010101 0 11001 11 1110 100110011 101011 1001011

Color Harmonies of #DBA5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5D5

Black with #DBA5D5

Text Example


Text Example

White with #DBA5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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