Html Css Color HEX #DB8DEE Violet

📋 copy color: '#DB8DEE'

red 219 ◦ green 141 ◦ blue 238

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

Shades of Violet #DB8DEE

Tints of Violet #DB8DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.8%

R = 36.62%
G = 23.58%
B = 39.8%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB8DEE (or 0xDB8DEE) is known color: Violet. HEX triplet: DB, 8D and EE. RGB value is (219,141,238). Sum of RGB (Red+Green+Blue) = 219+141+238=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB8DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8DEE is #247211. Grayscale: #AFAFAF. Windows color (decimal): -2388498 or 15633883. OLE color: 15633883.

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

Color convert

RGB 219 141 238 -
CMYK 0.08 0.41 0 0.07
HSL 288.25º 0.74% 0.74% -
HSV(B) 288.25º 0.41% 0.93% -
XYZ 54.17 40.28 85.81 -
YUV 175.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 219 141 238 0.08 0.41 0 0.07 288.25 0.74 0.74
Hex DB 8D EE 8 29 0 7 120 4A 4A
Octal 333 215 356 10 51 0 7 440 112 112
Binary 11011011 10001101 11101110 1000 101001 0 111 100100000 1001010 1001010

Color Harmonies of #DB8DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DEE

Black with #DB8DEE

Text Example


Text Example

White with #DB8DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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