#DB63ED

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

Shades of Heliotrope #DB63ED

Tints of Heliotrope #DB63ED

Color information

#DB63ED (or 0xDB63ED) is unknown color: approx Heliotrope. HEX triplet: DB, 63 and ED. RGB value is (219,99,237). Sum of RGB (Red+Green+Blue) = 219+99+237=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB63ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB63ED is #249C12. Grayscale: #969696. Windows color (decimal): -2399251 or 15557595. OLE color: 15557595.

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

Color convert

RGB21999237-
CMYK0.080.5800.07
HSL292.17º79.31%65.88%-
HSV(B)292.17º58.23%92.94%-
XYZ48.9630.183.35-
YUV150.61176.76176.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 99 (39.06% from 255) = 17.84%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=39.46%
G=17.84%
B=42.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal219992370.080.5800.07292.1779.3165.88
HexDB63ED83A071244f42
Octal333143355107207444117102
Binary110110111100011111011011000111010011110010010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB63ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB63ED; }

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

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

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

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

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

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

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

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