#DB7DFD

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

Shades of Heliotrope #DB7DFD

Tints of Heliotrope #DB7DFD

Color information

#DB7DFD (or 0xDB7DFD) is unknown color: approx Heliotrope. HEX triplet: DB, 7D and FD. RGB value is (219,125,253). Sum of RGB (Red+Green+Blue) = 219+125+253=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB7DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DFD is #248202. Grayscale: #A7A7A7. Windows color (decimal): -2392579 or 16612827. OLE color: 16612827.

HSL color Cylindrical-coordinate representation of color #DB7DFD: hue angle of 284.06º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB7DFD is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219125253-
CMYK0.130.5100.01
HSL284.06º96.97%74.12%-
HSV(B)284.06º50.59%99.22%-
XYZ54.2836.8297.17-
YUV167.7176.14164.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 125 (49.22% from 255) = 20.94%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=36.68%
G=20.94%
B=42.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191252530.130.5100.01284.0696.9774.12
HexDB7DFDD330111c614a
Octal333175375156301434141112
Binary1101101111111011111110111011100110110001110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7DFD; }

 p { color: rgb(219,125,253); }

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

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

 a { background-color: rgb(219,125,253); }

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

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

 span { border-color: rgb(219,125,253); }

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