Html Css Color HEX #DBA1EC Plum

📋 copy color: '#DBA1EC'

red 219 ◦ green 161 ◦ blue 236

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

Shades of Plum #DBA1EC

Tints of Plum #DBA1EC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.14%

 BLUE value IS 236 (92.58% from 255) = 38.31%

R = 35.55%
G = 26.14%
B = 38.31%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBA1EC (or 0xDBA1EC) is known color: Plum. HEX triplet: DB, A1 and EC. RGB value is (219,161,236). Sum of RGB (Red+Green+Blue) = 219+161+236=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 161 (63.28% from 255 or 26.14% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1EC is #245E13. Grayscale: #BABABA. Windows color (decimal): -2383380 or 15507931. OLE color: 15507931.

HSL color Cylindrical-coordinate representation of color #DBA1EC: hue angle of 286.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA1EC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 161 236 -
CMYK 0.07 0.32 0 0.07
HSL 286.4º 0.66% 0.78% -
HSV(B) 286.4º 0.32% 0.93% -
XYZ 57.1 46.61 85.34 -
YUV 186.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 219 161 236 0.07 0.32 0 0.07 286.4 0.66 0.78
Hex DB A1 EC 7 20 0 7 11E 42 4E
Octal 333 241 354 7 40 0 7 436 102 116
Binary 11011011 10100001 11101100 111 100000 0 111 100011110 1000010 1001110

Color Harmonies of #DBA1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1EC

Black with #DBA1EC

Text Example


Text Example

White with #DBA1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1EC; }

 p { color: rgb(219,161,236); }

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

background-color css

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

 a { background-color: rgb(219,161,236); }

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

border-color css

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

 span { border-color: rgb(219,161,236); }

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