Html Css Color HEX #DBA5D1 Plum

📋 copy color: '#DBA5D1'

red 219 ◦ green 165 ◦ blue 209

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

Shades of Plum #DBA5D1

Tints of Plum #DBA5D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.24%

R = 36.93%
G = 27.82%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBA5D1 (or 0xDBA5D1) is known color: Plum. HEX triplet: DB, A5 and D1. RGB value is (219,165,209). Sum of RGB (Red+Green+Blue) = 219+165+209=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5D1 is #245A2E. Grayscale: #BABABA. Windows color (decimal): -2382383 or 13739483. OLE color: 13739483.

HSL color Cylindrical-coordinate representation of color #DBA5D1: hue angle of 311.11º 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 #DBA5D1 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 165 209 -
CMYK 0 0.25 0.05 0.14
HSL 311.11º 0.43% 0.75% -
HSV(B) 311.11º 0.25% 0.86% -
XYZ 54.18 46.57 66.46 -
YUV 186.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 219 165 209 0 0.25 0.05 0.14 311.11 0.43 0.75
Hex DB A5 D1 0 19 5 E 137 2B 4B
Octal 333 245 321 0 31 5 16 467 53 113
Binary 11011011 10100101 11010001 0 11001 101 1110 100110111 101011 1001011

Color Harmonies of #DBA5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5D1

Black with #DBA5D1

Text Example


Text Example

White with #DBA5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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