#DB63EB

Color #DB63EB Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DB63EB

Tints of Heliotrope #DB63EB

Color information

#DB63EB (or 0xDB63EB) is unknown color: approx Heliotrope. HEX triplet: DB, 63 and EB. RGB value is (219,99,235). Sum of RGB (Red+Green+Blue) = 219+99+235=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB63EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB63EB is #249C14. Grayscale: #959595. Windows color (decimal): -2399253 or 15426523. OLE color: 15426523.

HSL color Cylindrical-coordinate representation of color #DB63EB: hue angle of 292.94º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB63EB is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21999235-
CMYK0.070.5800.08
HSL292.94º77.27%65.49%-
HSV(B)292.94º57.87%92.16%-
XYZ48.6729.9881.82-
YUV150.38175.76176.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.60%
GREEN value IS 99 (39.06% from 255) = 17.90%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=39.60%
G=17.90%
B=42.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal219992350.070.5800.08292.9477.2765.49
HexDB63EB73A081254d41
Octal333143353772010445115101
Binary110110111100011111010111111110100100010010010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB63EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB63EB; }

 p { color: rgb(219,99,235); }

 H1.HeaderClassName
 {
   color: #DB63EB;
 }
 .AnyTagClassName
 {
   color: #DB63EB;
 }
</style>
background-color css

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

 a { background-color: rgb(219,99,235); }

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

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

 span { border-color: rgb(219,99,235); }

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