Html Css Color HEX #DBA8EA Plum

📋 copy color: '#DBA8EA'

red 219 ◦ green 168 ◦ blue 234

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

Shades of Plum #DBA8EA

Tints of Plum #DBA8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.05%

 BLUE value IS 234 (91.8% from 255) = 37.68%

R = 35.27%
G = 27.05%
B = 37.68%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBA8EA (or 0xDBA8EA) is known color: Plum. HEX triplet: DB, A8 and EA. RGB value is (219,168,234). Sum of RGB (Red+Green+Blue) = 219+168+234=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA8EA is #245715. Grayscale: #BEBEBE. Windows color (decimal): -2381590 or 15378651. OLE color: 15378651.

HSL color Cylindrical-coordinate representation of color #DBA8EA: hue angle of 286.36º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBA8EA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 168 234 -
CMYK 0.06 0.28 0 0.08
HSL 286.36º 0.61% 0.79% -
HSV(B) 286.36º 0.28% 0.92% -
XYZ 58.07 49.01 84.24 -
YUV 190.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 219 168 234 0.06 0.28 0 0.08 286.36 0.61 0.79
Hex DB A8 EA 6 1C 0 8 11E 3D 4F
Octal 333 250 352 6 34 0 10 436 75 117
Binary 11011011 10101000 11101010 110 11100 0 1000 100011110 111101 1001111

Color Harmonies of #DBA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8EA

Black with #DBA8EA

Text Example


Text Example

White with #DBA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8EA; }

 p { color: rgb(219,168,234); }

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

background-color css

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

 a { background-color: rgb(219,168,234); }

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

border-color css

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

 span { border-color: rgb(219,168,234); }

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