#DB60FD

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

Shades of Heliotrope #DB60FD

Tints of Heliotrope #DB60FD

Color information

#DB60FD (or 0xDB60FD) is unknown color: approx Heliotrope. HEX triplet: DB, 60 and FD. RGB value is (219,96,253). Sum of RGB (Red+Green+Blue) = 219+96+253=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 96 (37.89% from 255 or 16.90% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB60FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB60FD is #249F02. Grayscale: #969696. Windows color (decimal): -2400003 or 16605403. OLE color: 16605403.

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

Color convert

RGB21996253-
CMYK0.130.6200.01
HSL287.01º97.52%68.43%-
HSV(B)287.01º62.06%99.22%-
XYZ51.1330.5296.12-
YUV150.68185.75176.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 96 (37.89% from 255) = 16.90%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=38.56%
G=16.90%
B=44.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal219962530.130.6200.01287.0197.5268.43
HexDB60FDD3E0111f6244
Octal333140375157601437142104
Binary1101101111000001111110111011111100110001111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB60FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB60FD; }

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

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

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

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

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

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

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

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