#DB5CFF

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

Shades of Heliotrope #DB5CFF

Tints of Heliotrope #DB5CFF

Color information

#DB5CFF (or 0xDB5CFF) is unknown color: approx Heliotrope. HEX triplet: DB, 5C and FF. RGB value is (219,92,255). Sum of RGB (Red+Green+Blue) = 219+92+255=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 92 (36.33% from 255 or 16.25% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5CFF is #24A300. Grayscale: #949494. Windows color (decimal): -2401025 or 16735451. OLE color: 16735451.

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

Color convert

RGB21992255-
CMYK0.140.6400
HSL286.75º100%68.04%-
HSV(B)286.75º63.92%100%-
XYZ51.0929.9397.69-
YUV148.55188.08178.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 92 (36.33% from 255) = 16.25%
BLUE value IS 255 (100% from 255) = 45.05%
R=38.69%
G=16.25%
B=45.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal219922550.140.6400286.7510068.04
HexDB5CFFE400011f6444
Octal3331343771610000437144104
Binary11011011101110011111111111010000000010001111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5CFF; }

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

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

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

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

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

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

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

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