#DC60FD

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

Shades of Heliotrope #DC60FD

Tints of Heliotrope #DC60FD

Color information

#DC60FD (or 0xDC60FD) is unknown color: approx Heliotrope. HEX triplet: DC, 60 and FD. RGB value is (220,96,253). Sum of RGB (Red+Green+Blue) = 220+96+253=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 96 (37.89% from 255 or 16.87% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC60FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC60FD is #239F02. Grayscale: #969696. Windows color (decimal): -2334467 or 16605404. OLE color: 16605404.

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

Color convert

RGB22096253-
CMYK0.130.6200.01
HSL287.39º97.52%68.43%-
HSV(B)287.39º62.06%99.22%-
XYZ51.4330.6796.14-
YUV150.97185.58177.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 96 (37.89% from 255) = 16.87%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=38.66%
G=16.87%
B=44.46%

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
Decimal220962530.130.6200.01287.3997.5268.43
HexDC60FDD3E0111f6244
Octal334140375157601437142104
Binary1101110011000001111110111011111100110001111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC60FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC60FD; }

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

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

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

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

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

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

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

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