Html Css Color HEX #DB85EC Violet

📋 copy color: '#DB85EC'

red 219 ◦ green 133 ◦ blue 236

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

Shades of Violet #DB85EC

Tints of Violet #DB85EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.62%

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

R = 37.24%
G = 22.62%
B = 40.14%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB85EC (or 0xDB85EC) is known color: Violet. HEX triplet: DB, 85 and EC. RGB value is (219,133,236). Sum of RGB (Red+Green+Blue) = 219+133+236=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85EC is #247A13. Grayscale: #AAAAAA. Windows color (decimal): -2390548 or 15500763. OLE color: 15500763.

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

Color convert

RGB 219 133 236 -
CMYK 0.07 0.44 0 0.07
HSL 290.1º 0.73% 0.72% -
HSV(B) 290.1º 0.44% 0.93% -
XYZ 52.74 37.89 83.89 -
YUV 170.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 219 133 236 0.07 0.44 0 0.07 290.1 0.73 0.72
Hex DB 85 EC 7 2C 0 7 122 49 48
Octal 333 205 354 7 54 0 7 442 111 110
Binary 11011011 10000101 11101100 111 101100 0 111 100100010 1001001 1001000

Color Harmonies of #DB85EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85EC

Black with #DB85EC

Text Example


Text Example

White with #DB85EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB85EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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