Html Css Color HEX #DBA5DE Plum

📋 copy color: '#DBA5DE'

red 219 ◦ green 165 ◦ blue 222

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

Shades of Plum #DBA5DE

Tints of Plum #DBA5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.63%

R = 36.14%
G = 27.23%
B = 36.63%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBA5DE (or 0xDBA5DE) is known color: Plum. HEX triplet: DB, A5 and DE. RGB value is (219,165,222). Sum of RGB (Red+Green+Blue) = 219+165+222=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBA5DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5DE is #245A21. Grayscale: #BBBBBB. Windows color (decimal): -2382370 or 14591451. OLE color: 14591451.

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

Color convert

RGB 219 165 222 -
CMYK 0.01 0.26 0 0.13
HSL 296.84º 0.46% 0.76% -
HSV(B) 296.84º 0.26% 0.87% -
XYZ 55.85 47.24 75.28 -
YUV 187.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 219 165 222 0.01 0.26 0 0.13 296.84 0.46 0.76
Hex DB A5 DE 1 1A 0 D 129 2E 4C
Octal 333 245 336 1 32 0 15 451 56 114
Binary 11011011 10100101 11011110 1 11010 0 1101 100101001 101110 1001100

Color Harmonies of #DBA5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5DE

Black with #DBA5DE

Text Example


Text Example

White with #DBA5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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