Html Css Color HEX #DBA3EB Plum

📋 copy color: '#DBA3EB'

red 219 ◦ green 163 ◦ blue 235

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

Shades of Plum #DBA3EB

Tints of Plum #DBA3EB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.42%

 BLUE value IS 235 (92.19% from 255) = 38.09%

R = 35.49%
G = 26.42%
B = 38.09%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBA3EB (or 0xDBA3EB) is known color: Plum. HEX triplet: DB, A3 and EB. RGB value is (219,163,235). Sum of RGB (Red+Green+Blue) = 219+163+235=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBA3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3EB is #245C14. Grayscale: #BBBBBB. Windows color (decimal): -2382869 or 15442907. OLE color: 15442907.

HSL color Cylindrical-coordinate representation of color #DBA3EB: hue angle of 286.67º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA3EB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 163 235 -
CMYK 0.07 0.31 0 0.08
HSL 286.67º 0.64% 0.78% -
HSV(B) 286.67º 0.31% 0.92% -
XYZ 57.31 47.25 84.7 -
YUV 187.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 219 163 235 0.07 0.31 0 0.08 286.67 0.64 0.78
Hex DB A3 EB 7 1F 0 8 11F 40 4E
Octal 333 243 353 7 37 0 10 437 100 116
Binary 11011011 10100011 11101011 111 11111 0 1000 100011111 1000000 1001110

Color Harmonies of #DBA3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA3EB

Black with #DBA3EB

Text Example


Text Example

White with #DBA3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA3EB; }

 p { color: rgb(219,163,235); }

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

background-color css

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

 a { background-color: rgb(219,163,235); }

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

border-color css

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

 span { border-color: rgb(219,163,235); }

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