#DB7FFD

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

Shades of Heliotrope #DB7FFD

Tints of Heliotrope #DB7FFD

Color information

#DB7FFD (or 0xDB7FFD) is unknown color: approx Heliotrope. HEX triplet: DB, 7F and FD. RGB value is (219,127,253). Sum of RGB (Red+Green+Blue) = 219+127+253=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB7FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7FFD is #248002. Grayscale: #A8A8A8. Windows color (decimal): -2392067 or 16613339. OLE color: 16613339.

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

Color convert

RGB219127253-
CMYK0.130.5000.01
HSL283.81º96.92%74.51%-
HSV(B)283.81º49.8%99.22%-
XYZ54.5337.3397.26-
YUV168.87175.48163.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.56%
GREEN value IS 127 (50% from 255) = 21.20%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=36.56%
G=21.20%
B=42.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191272530.130.5000.01283.8196.9274.51
HexDB7FFDD320111c614b
Octal333177375156201434141113
Binary1101101111111111111110111011100100110001110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7FFD; }

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

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

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

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

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

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

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

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