#DB65F1

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

Shades of Heliotrope #DB65F1

Tints of Heliotrope #DB65F1

Color information

#DB65F1 (or 0xDB65F1) is unknown color: approx Heliotrope. HEX triplet: DB, 65 and F1. RGB value is (219,101,241). Sum of RGB (Red+Green+Blue) = 219+101+241=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB65F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB65F1 is #249A0E. Grayscale: #979797. Windows color (decimal): -2398735 or 15820251. OLE color: 15820251.

HSL color Cylindrical-coordinate representation of color #DB65F1: hue angle of 290.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB65F1 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219101241-
CMYK0.090.5800.05
HSL290.57º83.33%67.06%-
HSV(B)290.57º58.09%94.51%-
XYZ49.7430.7286.53-
YUV152.24178.09175.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.04%
GREEN value IS 101 (39.84% from 255) = 18.00%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=39.04%
G=18.00%
B=42.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191012410.090.5800.05290.5783.3367.06
HexDB65F193A051235343
Octal333145361117205443123103
Binary110110111100101111100011001111010010110010001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB65F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB65F1; }

 p { color: rgb(219,101,241); }

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

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

 a { background-color: rgb(219,101,241); }

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

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

 span { border-color: rgb(219,101,241); }

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