#DE60FB

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

Shades of Heliotrope #DE60FB

Tints of Heliotrope #DE60FB

Color information

#DE60FB (or 0xDE60FB) is unknown color: approx Heliotrope. HEX triplet: DE, 60 and FB. RGB value is (222,96,251). Sum of RGB (Red+Green+Blue) = 222+96+251=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 96 (37.89% from 255 or 16.87% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE60FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE60FB is #219F04. Grayscale: #969696. Windows color (decimal): -2203397 or 16474334. OLE color: 16474334.

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

Color convert

RGB22296251-
CMYK0.120.6200.02
HSL288.77º95.09%68.04%-
HSV(B)288.77º61.75%98.43%-
XYZ51.7230.8694.5-
YUV151.34184.24178.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 96 (37.89% from 255) = 16.87%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=39.02%
G=16.87%
B=44.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal222962510.120.6200.02288.7795.0968.04
HexDE60FBC3E021215f44
Octal336140373147602441137104
Binary11011110110000011111011110011111001010010000110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE60FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE60FB; }

 p { color: rgb(222,96,251); }

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

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

 a { background-color: rgb(222,96,251); }

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

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

 span { border-color: rgb(222,96,251); }

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