#dd60fe

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

Shades of Heliotrope #DD60FE

Tints of Heliotrope #DD60FE

Color information

#DD60FE (or 0xDD60FE) is unknown color: approx Heliotrope. HEX triplet: DD, 60 and FE. RGB value is (221,96,254). Sum of RGB (Red+Green+Blue) = 221+96+254=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 96 (37.89% from 255 or 16.81% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD60FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD60FE is #229F01. Grayscale: #969696. Windows color (decimal): -2268930 or 16670941. OLE color: 16670941.

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

Color convert

RGB22196254-
CMYK0.130.6200.00
HSL287.47º98.75%68.63%-
HSV(B)287.47º62.2%99.61%-
XYZ51.8930.8996.99-
YUV151.39185.91177.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 96 (37.89% from 255) = 16.81%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=38.70%
G=16.81%
B=44.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal221962540.130.6200.00287.4798.7568.63
HexDD60FED3E0011f6345
Octal335140376157600437143105
Binary1101110111000001111111011011111100010001111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd60fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd60fe; }

 p { color: rgb(221,96,254); }

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

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

 a { background-color: rgb(221,96,254); }

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

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

 span { border-color: rgb(221,96,254); }

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