#D660F3

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

Shades of Heliotrope #D660F3

Tints of Heliotrope #D660F3

Color information

#D660F3 (or 0xD660F3) is unknown color: approx Heliotrope. HEX triplet: D6, 60 and F3. RGB value is (214,96,243). Sum of RGB (Red+Green+Blue) = 214+96+243=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #D660F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D660F3 is #299F0C. Grayscale: #939393. Windows color (decimal): -2727693 or 15950038. OLE color: 15950038.

HSL color Cylindrical-coordinate representation of color #D660F3: hue angle of 288.16º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D660F3 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21496243-
CMYK0.120.6000.05
HSL288.16º85.96%66.47%-
HSV(B)288.16º60.49%95.29%-
XYZ48.0929.1387.88-
YUV148.04181.59175.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 96 (37.89% from 255) = 17.36%
BLUE value IS 243 (95.31% from 255) = 43.94%
R=38.70%
G=17.36%
B=43.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal214962430.120.6000.05288.1685.9666.47
HexD660F3C3C051205642
Octal326140363147405440126102
Binary110101101100000111100111100111100010110010000010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D660F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D660F3; }

 p { color: rgb(214,96,243); }

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

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

 a { background-color: rgb(214,96,243); }

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

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

 span { border-color: rgb(214,96,243); }

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