#DC60FB

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

Shades of Heliotrope #DC60FB

Tints of Heliotrope #DC60FB

Color information

#DC60FB (or 0xDC60FB) is unknown color: approx Heliotrope. HEX triplet: DC, 60 and FB. RGB value is (220,96,251). Sum of RGB (Red+Green+Blue) = 220+96+251=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 96 (37.89% from 255 or 16.93% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC60FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC60FB is #239F04. Grayscale: #969696. Windows color (decimal): -2334469 or 16474332. OLE color: 16474332.

HSL color Cylindrical-coordinate representation of color #DC60FB: hue angle of 288º 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 #DC60FB is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22096251-
CMYK0.120.6200.02
HSL288º95.09%68.04%-
HSV(B)288º61.75%98.43%-
XYZ51.1130.5594.47-
YUV150.75184.58177.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 96 (37.89% from 255) = 16.93%
BLUE value IS 251 (98.44% from 255) = 44.27%
R=38.80%
G=16.93%
B=44.27%

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
Decimal220962510.120.6200.0228895.0968.04
HexDC60FBC3E021205f44
Octal334140373147602440137104
Binary11011100110000011111011110011111001010010000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC60FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC60FB; }

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

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

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

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

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

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

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

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