Html Css Color HEX #DB8DE9 Violet

📋 copy color: '#DB8DE9'

red 219 ◦ green 141 ◦ blue 233

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

Shades of Violet #DB8DE9

Tints of Violet #DB8DE9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.78%

 BLUE value IS 233 (91.41% from 255) = 39.29%

R = 36.93%
G = 23.78%
B = 39.29%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB8DE9 (or 0xDB8DE9) is known color: Violet. HEX triplet: DB, 8D and E9. RGB value is (219,141,233). Sum of RGB (Red+Green+Blue) = 219+141+233=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB8DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8DE9 is #247216. Grayscale: #AEAEAE. Windows color (decimal): -2388503 or 15306203. OLE color: 15306203.

HSL color Cylindrical-coordinate representation of color #DB8DE9: hue angle of 290.87º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8DE9 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 141 233 -
CMYK 0.06 0.39 0 0.09
HSL 290.87º 0.68% 0.73% -
HSV(B) 290.87º 0.39% 0.91% -
XYZ 53.45 39.99 81.99 -
YUV 174.81 160.84 159.52 -
System Red Green Blue C M Y K H S L
Decimal 219 141 233 0.06 0.39 0 0.09 290.87 0.68 0.73
Hex DB 8D E9 6 27 0 9 123 44 49
Octal 333 215 351 6 47 0 11 443 104 111
Binary 11011011 10001101 11101001 110 100111 0 1001 100100011 1000100 1001001

Color Harmonies of #DB8DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DE9

Black with #DB8DE9

Text Example


Text Example

White with #DB8DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DE9; }

 p { color: rgb(219,141,233); }

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

background-color css

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

 a { background-color: rgb(219,141,233); }

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

border-color css

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

 span { border-color: rgb(219,141,233); }

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