#DB7AFF

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

Shades of Heliotrope #DB7AFF

Tints of Heliotrope #DB7AFF

Color information

#DB7AFF (or 0xDB7AFF) is unknown color: approx Heliotrope. HEX triplet: DB, 7A and FF. RGB value is (219,122,255). Sum of RGB (Red+Green+Blue) = 219+122+255=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 122 (48.05% from 255 or 20.47% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB7AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7AFF is #248500. Grayscale: #A5A5A5. Windows color (decimal): -2393345 or 16743131. OLE color: 16743131.

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

Color convert

RGB219122255-
CMYK0.140.5200
HSL283.76º100%73.92%-
HSV(B)283.76º52.16%100%-
XYZ54.2236.298.74-
YUV166.16178.14165.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.74%
GREEN value IS 122 (48.05% from 255) = 20.47%
BLUE value IS 255 (100% from 255) = 42.79%
R=36.74%
G=20.47%
B=42.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191222550.140.5200283.7610073.92
HexDB7AFFE340011c644a
Octal333172377166400434144112
Binary1101101111110101111111111101101000010001110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7AFF; }

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

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

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

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

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

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

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

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