Html Css Color HEX #DB85FF Heliotrope

📋 copy color: '#DB85FF'

red 219 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #DB85FF

Tints of Heliotrope #DB85FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.01%

R = 36.08%
G = 21.91%
B = 42.01%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB85FF (or 0xDB85FF) is known color: Heliotrope. HEX triplet: DB, 85 and FF. RGB value is (219,133,255). Sum of RGB (Red+Green+Blue) = 219+133+255=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 133 (52.34% from 255 or 21.91% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85FF is #247A00. Grayscale: #ACACAC. Windows color (decimal): -2390529 or 16745947. OLE color: 16745947.

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

Color convert

RGB 219 133 255 -
CMYK 0.14 0.48 0 0
HSL 282.3º 1% 0.76% -
HSV(B) 282.3º 0.48% 1% -
XYZ 55.65 39.06 99.21 -
YUV 172.62 174.49 161.08 -
System Red Green Blue C M Y K H S L
Decimal 219 133 255 0.14 0.48 0 0 282.3 1 0.76
Hex DB 85 FF E 30 0 0 11A 64 4C
Octal 333 205 377 16 60 0 0 432 144 114
Binary 11011011 10000101 11111111 1110 110000 0 0 100011010 1100100 1001100

Color Harmonies of #DB85FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85FF

Black with #DB85FF

Text Example


Text Example

White with #DB85FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB85FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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