Html Css Color HEX #DB85FE Heliotrope

📋 copy color: '#DB85FE'

red 219 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #DB85FE

Tints of Heliotrope #DB85FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 36.14%
G = 21.95%
B = 41.91%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB85FE (or 0xDB85FE) is known color: Heliotrope. HEX triplet: DB, 85 and FE. RGB value is (219,133,254). Sum of RGB (Red+Green+Blue) = 219+133+254=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB85FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85FE is #247A01. Grayscale: #ACACAC. Windows color (decimal): -2390530 or 16680411. OLE color: 16680411.

HSL color Cylindrical-coordinate representation of color #DB85FE: hue angle of 282.64º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB85FE is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 133 254 -
CMYK 0.14 0.48 0 0.00
HSL 282.64º 0.98% 0.76% -
HSV(B) 282.64º 0.48% 1% -
XYZ 55.49 38.99 98.37 -
YUV 172.51 173.99 161.16 -
System Red Green Blue C M Y K H S L
Decimal 219 133 254 0.14 0.48 0 0.00 282.64 0.98 0.76
Hex DB 85 FE E 30 0 0 11B 62 4C
Octal 333 205 376 16 60 0 0 433 142 114
Binary 11011011 10000101 11111110 1110 110000 0 0 100011011 1100010 1001100

Color Harmonies of #DB85FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85FE

Black with #DB85FE

Text Example


Text Example

White with #DB85FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB85FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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