Html Css Color HEX #DB85EF Heliotrope

📋 copy color: '#DB85EF'

red 219 ◦ green 133 ◦ blue 239

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

Shades of Heliotrope #DB85EF

Tints of Heliotrope #DB85EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.44%

R = 37.06%
G = 22.5%
B = 40.44%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB85EF (or 0xDB85EF) is known color: Heliotrope. HEX triplet: DB, 85 and EF. RGB value is (219,133,239). Sum of RGB (Red+Green+Blue) = 219+133+239=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB85EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85EF is #247A10. Grayscale: #AAAAAA. Windows color (decimal): -2390545 or 15697371. OLE color: 15697371.

HSL color Cylindrical-coordinate representation of color #DB85EF: hue angle of 288.68º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB85EF is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 133 239 -
CMYK 0.08 0.44 0 0.06
HSL 288.68º 0.77% 0.73% -
HSV(B) 288.68º 0.44% 0.94% -
XYZ 53.18 38.07 86.21 -
YUV 170.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 219 133 239 0.08 0.44 0 0.06 288.68 0.77 0.73
Hex DB 85 EF 8 2C 0 6 121 4D 49
Octal 333 205 357 10 54 0 6 441 115 111
Binary 11011011 10000101 11101111 1000 101100 0 110 100100001 1001101 1001001

Color Harmonies of #DB85EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85EF

Black with #DB85EF

Text Example


Text Example

White with #DB85EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB85EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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